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 Details

    • BaseTestAvroSchemaEvolution

      protected BaseTestAvroSchemaEvolution(String tableName, String... varcharPartitionColumns)
  • 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()