Package io.trino.tests.hive
Class TestHiveStorageFormats
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.hive.TestHiveStorageFormats
-
public class TestHiveStorageFormats extends io.trino.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestHiveStorageFormats()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static io.trino.tests.hive.TestHiveStorageFormats.StorageFormat[]storageFormats()static Iterator<io.trino.tests.hive.TestHiveStorageFormats.StorageFormat>storageFormatsWithNanosecondPrecision()static io.trino.tests.hive.TestHiveStorageFormats.StorageFormat[]storageFormatsWithNullFormat()voidtestCreatePartitionedTableAs(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestCreateTableAs(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestInsertAndSelectWithNullFormat(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestInsertIntoPartitionedTable(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestInsertIntoTable(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestOrcTableCreatedInTrino()voidtestSelectWithNullFormat(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestSnappyCompressedParquetTableCreatedInHive()voidtestStructTimestampsFromHive(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat format)voidtestStructTimestampsFromTrino(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat format)voidtestTimestampCreatedFromHive(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)voidtestTimestampCreatedFromTrino(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
-
-
Method Detail
-
storageFormats
public static io.trino.tests.hive.TestHiveStorageFormats.StorageFormat[] storageFormats()
-
storageFormatsWithNullFormat
public static io.trino.tests.hive.TestHiveStorageFormats.StorageFormat[] storageFormatsWithNullFormat()
-
storageFormatsWithNanosecondPrecision
public static Iterator<io.trino.tests.hive.TestHiveStorageFormats.StorageFormat> storageFormatsWithNanosecondPrecision()
-
testInsertIntoTable
public void testInsertIntoTable(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testCreateTableAs
public void testCreateTableAs(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testInsertIntoPartitionedTable
public void testInsertIntoPartitionedTable(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testInsertAndSelectWithNullFormat
public void testInsertAndSelectWithNullFormat(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testSelectWithNullFormat
public void testSelectWithNullFormat(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testCreatePartitionedTableAs
public void testCreatePartitionedTableAs(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testOrcTableCreatedInTrino
public void testOrcTableCreatedInTrino()
-
testSnappyCompressedParquetTableCreatedInHive
public void testSnappyCompressedParquetTableCreatedInHive()
-
testTimestampCreatedFromHive
public void testTimestampCreatedFromHive(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testTimestampCreatedFromTrino
public void testTimestampCreatedFromTrino(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat storageFormat)
-
testStructTimestampsFromHive
public void testStructTimestampsFromHive(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat format)
-
testStructTimestampsFromTrino
public void testStructTimestampsFromTrino(io.trino.tests.hive.TestHiveStorageFormats.StorageFormat format)
-
-