Package io.trino.tests.product.deltalake
Class BaseTestDeltaLakeMinioReads
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.deltalake.BaseTestDeltaLakeMinioReads
-
- Direct Known Subclasses:
TestDeltaLakeDatabricksMinioReads,TestDeltaLakeOssDeltaLakeMinioReads
public abstract class BaseTestDeltaLakeMinioReads extends io.trino.tempto.ProductTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringBUCKET_NAMEprotected MinioClientclientprotected static StringNOTIFICATIONS_TABLEprotected StringregionResourcePathprotected StringtableName
-
Constructor Summary
Constructors Constructor Description BaseTestDeltaLakeMinioReads(String regionTableName, String regionResourcePath)
-
-
-
Field Detail
-
BUCKET_NAME
protected static final String BUCKET_NAME
- See Also:
- Constant Field Values
-
NOTIFICATIONS_TABLE
protected static final String NOTIFICATIONS_TABLE
- See Also:
- Constant Field Values
-
client
protected MinioClient client
-
tableName
protected String tableName
-
regionResourcePath
protected String regionResourcePath
-
-