Package io.trino.tests.product.hive
Class BaseTestAvroSchemaEvolution
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.hive.BaseTestAvroSchemaEvolution
- Direct Known Subclasses:
TestAvroSchemaEvolutionOnSimpleTable,TestAvroSchemaEvolutionOnTableWithPartitioning
public abstract class BaseTestAvroSchemaEvolution
extends io.trino.tempto.ProductTest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseTestAvroSchemaEvolution(String tableName, String... varcharPartitionColumns) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
BaseTestAvroSchemaEvolution
-
-
Method Details
-
createAndLoadTable
public void createAndLoadTable() -
dropTestTable
public void dropTestTable() -
testSelectTable
public void testSelectTable() -
testInsertAfterSchemaEvolution
public void testInsertAfterSchemaEvolution() -
testSchemaEvolutionWithIncompatibleType
public void testSchemaEvolutionWithIncompatibleType() -
testSchemaEvolution
public void testSchemaEvolution() -
testSchemaWhenUrlIsUnset
public void testSchemaWhenUrlIsUnset() -
testCreateTableLike
public void testCreateTableLike()
-