Class TestDeltaLakeChangeDataFeedCompatibility

java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
io.trino.tests.product.deltalake.TestDeltaLakeChangeDataFeedCompatibility

public class TestDeltaLakeChangeDataFeedCompatibility extends BaseTestDeltaLakeS3Storage
  • Constructor Details

    • TestDeltaLakeChangeDataFeedCompatibility

      public TestDeltaLakeChangeDataFeedCompatibility()
  • Method Details

    • setup

      public void setup()
    • testUpdateTableWithCdf

      public void testUpdateTableWithCdf()
    • testUpdatePartitionedTableWithCdf

      public void testUpdatePartitionedTableWithCdf()
    • testUpdateTableWithManyRowsInsertedInTheSameQueryAndCdfEnabled

      public void testUpdateTableWithManyRowsInsertedInTheSameQueryAndCdfEnabled()
    • testUpdatePartitionedTableWithManyRowsInsertedInTheSameRequestAndCdfEnabled

      public void testUpdatePartitionedTableWithManyRowsInsertedInTheSameRequestAndCdfEnabled()
    • testUpdatePartitionedTableCdfEnabledAndPartitioningColumnUpdated

      public void testUpdatePartitionedTableCdfEnabledAndPartitioningColumnUpdated()
    • testUpdateTableWithCdfEnabledAfterTableIsAlreadyCreated

      public void testUpdateTableWithCdfEnabledAfterTableIsAlreadyCreated()
    • testDeleteFromTableWithCdf

      public void testDeleteFromTableWithCdf()
    • testMergeUpdateIntoTableWithCdfEnabled

      public void testMergeUpdateIntoTableWithCdfEnabled()
    • testMergeDeleteIntoTableWithCdfEnabled

      public void testMergeDeleteIntoTableWithCdfEnabled()
    • testMergeMixedDeleteAndUpdateIntoTableWithCdfEnabled

      public void testMergeMixedDeleteAndUpdateIntoTableWithCdfEnabled()
    • testDeleteFromNullPartitionWithCdfEnabled

      public void testDeleteFromNullPartitionWithCdfEnabled()
    • testTurningOnAndOffCdfFromTrino

      public void testTurningOnAndOffCdfFromTrino()
    • testThatCdfDoesntWorkWhenPropertyIsNotSet

      public void testThatCdfDoesntWorkWhenPropertyIsNotSet()