Package io.trino.tests.product.hive
Class TestTextFileHiveTable
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.hive.TestTextFileHiveTable
-
public class TestTextFileHiveTable extends io.trino.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestTextFileHiveTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()voidsetup()voidtestCreateTextFileSkipHeaderFooter()voidtestCreateTextFileTableAsSelectSkipHeaderFooter()voidtestInsertTextFileSkipHeaderFooter()
-
-
-
Method Detail
-
cleanup
public void cleanup()
-
testCreateTextFileSkipHeaderFooter
public void testCreateTextFileSkipHeaderFooter()
-
testInsertTextFileSkipHeaderFooter
public void testInsertTextFileSkipHeaderFooter()
-
testCreateTextFileTableAsSelectSkipHeaderFooter
public void testCreateTextFileTableAsSelectSkipHeaderFooter()
-
-