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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
setUp
-
Constructor Details
-
TestDeltaLakeAlterTableCompatibility
public TestDeltaLakeAlterTableCompatibility()
-
-
Method Details
-
testAddColumnWithCommentOnTrino
public void testAddColumnWithCommentOnTrino() -
testRenameColumn
public void testRenameColumn() -
testRenamePartitionedColumn
public void testRenamePartitionedColumn() -
testDropNotNullConstraint
public void testDropNotNullConstraint() -
testCommentOnTable
public void testCommentOnTable() -
testCommentOnColumn
public void testCommentOnColumn() -
testTrinoPreservesReaderAndWriterVersions
public void testTrinoPreservesReaderAndWriterVersions() -
testTrinoPreservesTableFeature
public void testTrinoPreservesTableFeature() -
testTrinoAlterTablePreservesGeneratedColumn
public void testTrinoAlterTablePreservesGeneratedColumn() -
testTypeWideningInteger
public void testTypeWideningInteger()
-