Package io.trino.tests.product.deltalake
Class TestDeltaLakeDatabricksInsertCompatibility
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
io.trino.tests.product.deltalake.TestDeltaLakeDatabricksInsertCompatibility
-
Field Summary
Fields inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
bucketName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[][]voidsetup()voidvoidtestCompression(String compressionCodec) Smoke test compression when writing to a Delta table.voidtestCompressionWithOptimizedWriter(String compressionCodec) Smoke test compression when writing to a Delta table using optimized writer.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
setUp
-
Constructor Details
-
TestDeltaLakeDatabricksInsertCompatibility
public TestDeltaLakeDatabricksInsertCompatibility()
-
-
Method Details
-
setup
public void setup() -
testInsertCompatibility
public void testInsertCompatibility() -
testPartitionedInsertCompatibility
public void testPartitionedInsertCompatibility() -
testTrinoPartitionedDifferentOrderInsertCompatibility
public void testTrinoPartitionedDifferentOrderInsertCompatibility() -
testDeltaPartitionedDifferentOrderInsertCompatibility
public void testDeltaPartitionedDifferentOrderInsertCompatibility() -
testInsertNonLowercaseColumnsCompatibility
public void testInsertNonLowercaseColumnsCompatibility() -
testInsertNestedNonLowercaseColumnsCompatibility
public void testInsertNestedNonLowercaseColumnsCompatibility() -
testPartitionedInsertNonLowercaseColumnsCompatibility
public void testPartitionedInsertNonLowercaseColumnsCompatibility() -
testDeleteCompatibility
public void testDeleteCompatibility() -
testCheckConstraintsCompatibility
public void testCheckConstraintsCompatibility() -
testCompression
Smoke test compression when writing to a Delta table. It's verified that writer doesn't fail and reads succeed, but it's not verified that compression actually takes place. -
testCompressionWithOptimizedWriter
Smoke test compression when writing to a Delta table using optimized writer. It's verified that writer doesn't fail and reads succeed, but it's not verified that compression actually takes place. -
verifyCompressionCodecsDataProvider
public void verifyCompressionCodecsDataProvider() -
compressionCodecs
-
testWritesToTableWithCheckConstraintFails
public void testWritesToTableWithCheckConstraintFails() -
testMetadataOperationsRetainCheckConstraints
public void testMetadataOperationsRetainCheckConstraints() -
testWritesToTableWithGeneratedColumnFails
public void testWritesToTableWithGeneratedColumnFails() -
testWritesToTableWithCDFFails
public void testWritesToTableWithCDFFails()
-