Package io.trino.tests.product.hive
Class TestHiveStorageFormats
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.TestHiveStorageFormats
public class TestHiveStorageFormats
extends io.trino.tempto.ProductTest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]static TestHiveStorageFormats.StorageFormat[]static TestHiveStorageFormats.StorageFormat[]static TestHiveStorageFormats.StorageFormat[]voidtestCreatePartitionedTableAs(TestHiveStorageFormats.StorageFormat storageFormat) voidtestCreateTableAs(TestHiveStorageFormats.StorageFormat storageFormat) voidvoidvoidtestInsertIntoTable(TestHiveStorageFormats.StorageFormat storageFormat) voidvoidvoidvoidtestNestedFieldsWrittenByHive(String format) voidtestNestedFieldsWrittenByTrino(String format) voidvoidvoidtestSelectFromZeroByteFile(TestHiveStorageFormats.StorageFormat storageFormat) voidtestSelectWithNullFormat(TestHiveStorageFormats.StorageFormat storageFormat) voidvoidvoidtestTimestampCreatedFromHive(TestHiveStorageFormats.StorageFormat storageFormat) voidvoid
-
Constructor Details
-
TestHiveStorageFormats
public TestHiveStorageFormats()
-
-
Method Details
-
storageFormats
-
storageFormatsWithConfiguration
-
storageFormatsWithNullFormat
-
storageFormatsWithZeroByteFile
-
storageFormatsWithNanosecondPrecision
public static Iterator<TestHiveStorageFormats.StorageFormat> storageFormatsWithNanosecondPrecision() -
verifyDataProviderCompleteness
public void verifyDataProviderCompleteness() -
testInsertIntoTable
-
testCreateTableAs
-
testInsertIntoPartitionedTable
-
testInsertAndSelectWithNullFormat
-
testSelectFromZeroByteFile
-
testSelectWithNullFormat
-
testCreatePartitionedTableAs
-
testOrcTableCreatedInTrino
public void testOrcTableCreatedInTrino() -
testNestedFieldsWrittenByHive
-
testNestedFieldsWrittenByTrino
-
testOrcStructsWithNonLowercaseFields
- Throws:
SQLException
-
testTimestampCreatedFromHive
-
testTimestampCreatedFromTrino
-
testStructTimestampsFromHive
-
testStructTimestampsFromTrino
-
testLargeParquetInsert
public void testLargeParquetInsert() -
testLargeParquetInsertWithNativeWriter
public void testLargeParquetInsertWithNativeWriter() -
testLargeOrcInsert
public void testLargeOrcInsert()
-