Package io.trino.tests.product.deltalake
Class TestDeltaLakeDatabricksCreateTableAsSelectCompatibility
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
-
- io.trino.tests.product.deltalake.TestDeltaLakeDatabricksCreateTableAsSelectCompatibility
-
public class TestDeltaLakeDatabricksCreateTableAsSelectCompatibility extends BaseTestDeltaLakeS3Storage
-
-
Field Summary
-
Fields inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
bucketName
-
-
Constructor Summary
Constructors Constructor Description TestDeltaLakeDatabricksCreateTableAsSelectCompatibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestCreateFromTrinoWithDefaultPartitionValues()voidtestPrestoCacheInvalidatedOnCreateTable()voidtestPrestoTimestampsWithDatabricks()voidtestPrestoTypesWithDatabricks()voidtestReplaceTableWithSchemaChange()voidtestReplaceTableWithSchemaChangeOnCheckpoint()-
Methods inherited from class io.trino.tests.product.deltalake.BaseTestDeltaLakeS3Storage
setUp
-
-
-
-
Method Detail
-
setup
public void setup()
-
testPrestoTypesWithDatabricks
public void testPrestoTypesWithDatabricks()
-
testPrestoTimestampsWithDatabricks
public void testPrestoTimestampsWithDatabricks()
-
testPrestoCacheInvalidatedOnCreateTable
public void testPrestoCacheInvalidatedOnCreateTable() throws URISyntaxException, IOException- Throws:
URISyntaxExceptionIOException
-
testCreateFromTrinoWithDefaultPartitionValues
public void testCreateFromTrinoWithDefaultPartitionValues()
-
testReplaceTableWithSchemaChange
public void testReplaceTableWithSchemaChange()
-
testReplaceTableWithSchemaChangeOnCheckpoint
public void testReplaceTableWithSchemaChangeOnCheckpoint()
-
-