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
Constructors Modifier Constructor Description protectedBaseTestAvroSchemaEvolution(String tableName, String... varcharPartitionColumns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateAndLoadTable()voiddropTestTable()voidtestCreateTableLike()voidtestInsertAfterSchemaEvolution()voidtestSchemaEvolution()voidtestSchemaEvolutionWithIncompatibleType()voidtestSchemaWhenUrlIsUnset()voidtestSelectTable()
-
-
-
Method Detail
-
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()
-
-