Class TestHiveCoercion

java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.HiveProductTest
io.trino.tests.product.hive.TestHiveCoercion

public class TestHiveCoercion extends HiveProductTest
  • 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

    • TestHiveCoercion

      public TestHiveCoercion()
  • 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()
    • insertTableRows

      protected void insertTableRows(String tableName, String floatToDoubleType)
    • expectedValuesForEngineProvider

      protected Map<String,List<Object>> expectedValuesForEngineProvider(Engine engine, String tableName, String decimalToFloatVal, String floatToDecimalVal)
    • expectedExceptionsWithContext

      protected Map<TestHiveCoercion.ColumnContext,String> expectedExceptionsWithContext()