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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
BaseTestAvroSchemaEvolution
-
-
Method Details
-
createAndLoadTable
- Throws:
IOException
-
dropTestTable
public void dropTestTable() -
testSelectTable
public void testSelectTable() -
testInsertAfterSchemaEvolution
- Throws:
IOException
-
testSchemaEvolutionWithIncompatibleType
- Throws:
IOException
-
testSchemaEvolutionWithUrl
public void testSchemaEvolutionWithUrl() -
testSchemaEvolutionWithLiteral
- Throws:
IOException
-
testSchemaWhenUrlIsUnset
public void testSchemaWhenUrlIsUnset() -
testSchemaWhenLiteralIsUnset
public void testSchemaWhenLiteralIsUnset() -
testCreateTableLike
public void testCreateTableLike()
-