Package io.trino.tests.product.hive
Class TestHiveCoercionOnPartitionedTable
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.HiveProductTest
io.trino.tests.product.hive.BaseTestHiveCoercion
io.trino.tests.product.hive.TestHiveCoercionOnPartitionedTable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classNested classes/interfaces inherited from class io.trino.tests.product.hive.BaseTestHiveCoercion
BaseTestHiveCoercion.ColumnContext -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.trino.tempto.fulfillment.table.hive.HiveTableDefinitionstatic final io.trino.tempto.fulfillment.table.hive.HiveTableDefinitionstatic final io.trino.tempto.fulfillment.table.hive.HiveTableDefinitionstatic final io.trino.tempto.fulfillment.table.hive.HiveTableDefinitionstatic final io.trino.tempto.fulfillment.table.hive.HiveTableDefinitionstatic final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidMethods inherited from class io.trino.tests.product.hive.BaseTestHiveCoercion
columnContext, columnContext, doTestHiveCoercion, expectedExceptionsWithHiveContext, expectedExceptionsWithTrinoContext, expectedValuesForEngineProvider, insertTableRows, mutableTableInstanceOf, removeUnsupportedColumnsForHive, removeUnsupportedColumnsForTrinoMethods inherited from class io.trino.tests.product.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveWithBrokenAvroTimestamps
-
Field Details
-
HIVE_COERCION_TEXTFILE
public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_TEXTFILE -
HIVE_COERCION_PARQUET
public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_PARQUET -
HIVE_COERCION_AVRO
public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_AVRO -
HIVE_COERCION_ORC
public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_ORC -
HIVE_COERCION_RCTEXT
public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_RCTEXT -
HIVE_COERCION_RCBINARY
public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_RCBINARY
-
-
Constructor Details
-
TestHiveCoercionOnPartitionedTable
public TestHiveCoercionOnPartitionedTable()
-
-
Method Details
-
testHiveCoercionTextFile
public void testHiveCoercionTextFile() -
testHiveCoercionOrc
public void testHiveCoercionOrc() -
testHiveCoercionRcText
public void testHiveCoercionRcText() -
testHiveCoercionRcBinary
public void testHiveCoercionRcBinary() -
testHiveCoercionParquet
public void testHiveCoercionParquet() -
testHiveCoercionAvro
public void testHiveCoercionAvro()
-