Package io.trino.tests.product.deltalake
Class TestDeltaLakeAlterTableCompatibility
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
io.trino.tests.product.deltalake.TestDeltaLakeAlterTableCompatibility
-
Field Summary
Fields inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
bucketName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
setUp
-
Constructor Details
-
TestDeltaLakeAlterTableCompatibility
public TestDeltaLakeAlterTableCompatibility()
-
-
Method Details
-
testAddColumnWithCommentOnTrino
public void testAddColumnWithCommentOnTrino() -
testAddColumnUnsupportedWriterVersion
public void testAddColumnUnsupportedWriterVersion() -
testRenameColumn
public void testRenameColumn() -
testRenamePartitionedColumn
public void testRenamePartitionedColumn() -
testCommentOnTable
public void testCommentOnTable() -
testCommentOnTableUnsupportedWriterVersion
public void testCommentOnTableUnsupportedWriterVersion() -
testCommentOnColumn
public void testCommentOnColumn() -
testCommentOnColumnUnsupportedWriterVersion
public void testCommentOnColumnUnsupportedWriterVersion() -
testTrinoAlterTablePreservesTableMetadata
public void testTrinoAlterTablePreservesTableMetadata() -
testTrinoAlterTablePreservesChangeDataFeed
public void testTrinoAlterTablePreservesChangeDataFeed() -
testTrinoPreservesReaderAndWriterVersions
public void testTrinoPreservesReaderAndWriterVersions() -
testTrinoAlterTablePreservesGeneratedColumn
public void testTrinoAlterTablePreservesGeneratedColumn()
-