Package io.trino.tests.product.deltalake
Class TestDeltaLakeChangeDataFeedCompatibility
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
io.trino.tests.product.deltalake.TestDeltaLakeChangeDataFeedCompatibility
-
Field Summary
Fields inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
bucketName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
setUp
-
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()
-