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()voidtestCompression(String compressionCodec) Smoke test compression when writing to a Delta table.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods 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() -
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. -
verifyCompressionCodecsDataProvider
public void verifyCompressionCodecsDataProvider() -
compressionCodecs
-
testWritesToTableWithGeneratedColumnFails
public void testWritesToTableWithGeneratedColumnFails()
-