Package io.prestosql.tests.hive
Class TestHiveStorageFormats
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.hive.TestHiveStorageFormats
-
public class TestHiveStorageFormats extends io.prestosql.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestHiveStorageFormats()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Object[][]storageFormats()static java.lang.Object[][]storageFormatsWithNullFormat()voidtestCreatePartitionedTableAs(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestCreateTableAs(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestInsertAndSelectWithNullFormat(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestInsertIntoPartitionedTable(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestInsertIntoTable(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestOrcTableCreatedInPresto()voidtestSelectWithNullFormat(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestSnappyCompressedParquetTableCreatedInHive()
-
-
-
Method Detail
-
storageFormats
public static java.lang.Object[][] storageFormats()
-
storageFormatsWithNullFormat
public static java.lang.Object[][] storageFormatsWithNullFormat()
-
testInsertIntoTable
public void testInsertIntoTable(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testCreateTableAs
public void testCreateTableAs(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testInsertIntoPartitionedTable
public void testInsertIntoPartitionedTable(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testInsertAndSelectWithNullFormat
public void testInsertAndSelectWithNullFormat(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testSelectWithNullFormat
public void testSelectWithNullFormat(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testCreatePartitionedTableAs
public void testCreatePartitionedTableAs(io.prestosql.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testOrcTableCreatedInPresto
public void testOrcTableCreatedInPresto()
-
testSnappyCompressedParquetTableCreatedInHive
public void testSnappyCompressedParquetTableCreatedInHive()
-
-