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

public class TestHiveCoercionOnPartitionedTable extends BaseTestHiveCoercion
  • Field Details

    • HIVE_COERCION_TEXTFILE

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_TEXTFILE
    • HIVE_TIMESTAMP_COERCION_TEXTFILE

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_TIMESTAMP_COERCION_TEXTFILE
    • HIVE_COERCION_PARQUET

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_PARQUET
    • HIVE_TIMESTAMP_COERCION_PARQUET

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_TIMESTAMP_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_TIMESTAMP_COERCION_ORC

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_TIMESTAMP_COERCION_ORC
    • HIVE_COERCION_RCTEXT

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_RCTEXT
    • HIVE_TIMESTAMP_COERCION_RCTEXT

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_TIMESTAMP_COERCION_RCTEXT
    • HIVE_COERCION_RCBINARY

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_RCBINARY
    • HIVE_TIMESTAMP_COERCION_RCBINARY

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_TIMESTAMP_COERCION_RCBINARY
    • HIVE_COERCION_SEQUENCE

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_COERCION_SEQUENCE
    • HIVE_TIMESTAMP_COERCION_SEQUENCE

      public static final io.trino.tempto.fulfillment.table.hive.HiveTableDefinition HIVE_TIMESTAMP_COERCION_SEQUENCE
  • Constructor Details

    • TestHiveCoercionOnPartitionedTable

      public TestHiveCoercionOnPartitionedTable()
  • Method Details

    • testHiveCoercionTextFile

      public void testHiveCoercionTextFile()
    • testHiveCoercionWithDifferentTimestampPrecisionTextFile

      public void testHiveCoercionWithDifferentTimestampPrecisionTextFile()
    • testHiveCoercionOrc

      public void testHiveCoercionOrc()
    • testHiveCoercionWithDifferentTimestampPrecisionOrc

      public void testHiveCoercionWithDifferentTimestampPrecisionOrc()
    • testHiveCoercionRcText

      public void testHiveCoercionRcText()
    • testHiveCoercionWithDifferentTimestampPrecisionRcText

      public void testHiveCoercionWithDifferentTimestampPrecisionRcText()
    • testHiveCoercionRcBinary

      public void testHiveCoercionRcBinary()
    • testHiveCoercionWithDifferentTimestampPrecisionRcBinary

      public void testHiveCoercionWithDifferentTimestampPrecisionRcBinary()
    • testHiveCoercionParquet

      public void testHiveCoercionParquet()
    • testHiveCoercionWithDifferentTimestampPrecisionParquet

      public void testHiveCoercionWithDifferentTimestampPrecisionParquet()
    • testHiveCoercionSequence

      public void testHiveCoercionSequence()
    • testHiveCoercionWithDifferentTimestampPrecisionSequence

      public void testHiveCoercionWithDifferentTimestampPrecisionSequence()
    • testHiveCoercionAvro

      public void testHiveCoercionAvro()