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 Modifier and Type Class Description static classTestHiveStorageFormats.StorageFormat
-
Constructor Summary
Constructors Constructor Description TestHiveStorageFormats()
-
Method Summary
-
-
-
Method Detail
-
storageFormats
public static String[] storageFormats()
-
storageFormatsWithConfiguration
public static TestHiveStorageFormats.StorageFormat[] storageFormatsWithConfiguration()
-
storageFormatsWithNullFormat
public static TestHiveStorageFormats.StorageFormat[] storageFormatsWithNullFormat()
-
storageFormatsWithZeroByteFile
public static TestHiveStorageFormats.StorageFormat[] storageFormatsWithZeroByteFile()
-
storageFormatsWithNanosecondPrecision
public static Iterator<TestHiveStorageFormats.StorageFormat> storageFormatsWithNanosecondPrecision()
-
verifyDataProviderCompleteness
public void verifyDataProviderCompleteness()
-
testInsertIntoTable
public void testInsertIntoTable(TestHiveStorageFormats.StorageFormat storageFormat)
-
testCreateTableAs
public void testCreateTableAs(TestHiveStorageFormats.StorageFormat storageFormat)
-
testInsertIntoPartitionedTable
public void testInsertIntoPartitionedTable(TestHiveStorageFormats.StorageFormat storageFormat)
-
testInsertAndSelectWithNullFormat
public void testInsertAndSelectWithNullFormat(TestHiveStorageFormats.StorageFormat storageFormat)
-
testSelectFromZeroByteFile
public void testSelectFromZeroByteFile(TestHiveStorageFormats.StorageFormat storageFormat)
-
testSelectWithNullFormat
public void testSelectWithNullFormat(TestHiveStorageFormats.StorageFormat storageFormat)
-
testCreatePartitionedTableAs
public void testCreatePartitionedTableAs(TestHiveStorageFormats.StorageFormat storageFormat)
-
testOrcTableCreatedInTrino
public void testOrcTableCreatedInTrino()
-
testNestedFieldsWrittenByHive
public void testNestedFieldsWrittenByHive(String format)
-
testNestedFieldsWrittenByTrino
public void testNestedFieldsWrittenByTrino(String format)
-
testOrcStructsWithNonLowercaseFields
public void testOrcStructsWithNonLowercaseFields() throws SQLException- Throws:
SQLException
-
testTimestampCreatedFromHive
public void testTimestampCreatedFromHive(TestHiveStorageFormats.StorageFormat storageFormat)
-
testTimestampCreatedFromTrino
public void testTimestampCreatedFromTrino(TestHiveStorageFormats.StorageFormat storageFormat)
-
testStructTimestampsFromHive
public void testStructTimestampsFromHive(TestHiveStorageFormats.StorageFormat format)
-
testStructTimestampsFromTrino
public void testStructTimestampsFromTrino(TestHiveStorageFormats.StorageFormat format)
-
testLargeParquetInsert
public void testLargeParquetInsert()
-
testLargeParquetInsertWithNativeWriter
public void testLargeParquetInsertWithNativeWriter()
-
testLargeOrcInsert
public void testLargeOrcInsert()
-
-