Package io.trino.tests.hive
Class TestAvroSchemaEvolution
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.hive.TestAvroSchemaEvolution
-
public class TestAvroSchemaEvolution extends io.trino.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestAvroSchemaEvolution()
-
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()
-
-