Package io.trino.tests.product.hive
Class TestHivePartitionSchemaEvolution
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.hive.HiveProductTest
-
- io.trino.tests.product.hive.TestHivePartitionSchemaEvolution
-
public class TestHivePartitionSchemaEvolution extends HiveProductTest
-
-
Field Summary
-
Fields inherited from class io.trino.tests.product.hive.HiveProductTest
ERROR_COMMITTING_WRITE_TO_HIVE_RETRY_POLICY
-
-
Constructor Summary
Constructors Constructor Description TestHivePartitionSchemaEvolution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestOrc()voidtestParquet()voiduseColumnMappingByName()-
Methods inherited from class io.trino.tests.product.hive.HiveProductTest
getHiveVersionMajor, getHiveVersionMinor, getHiveVersionPatch, isHiveVersionBefore12, isHiveWithBrokenAvroTimestamps
-
-
-
-
Method Detail
-
useColumnMappingByName
public void useColumnMappingByName() throws SQLException- Throws:
SQLException
-
testParquet
public void testParquet()
-
testOrc
public void testOrc()
-
-