-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't start minio for Deltalake's ADLS and GCS smoke test #19098
Conversation
/test-with-secrets sha=10b801dd4f7526c7db5f061585beb47c062a13db |
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/6244712135 |
plugin/trino-hive/src/test/java/io/trino/plugin/hive/containers/HiveMinioDataLake.java
Outdated
Show resolved
Hide resolved
10b801d
to
3126955
Compare
Could you fix error-prone-checks failure?
|
3126955
to
4d0f846
Compare
...o-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeGcsConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
...o-delta-lake/src/test/java/io/trino/plugin/deltalake/BaseDeltaLakeAwsConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
...rino-delta-lake/src/test/java/io/trino/plugin/deltalake/BaseDeltaLakeConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
MinIO is an object storage server compatible with the S3 cloud storage service. It is not specifically designed for ABFS or GCS. To list and delete files in ADLS and GCS, Use the respective file system APIs.
Use the listFiles method and implement listCheckpointFiles in the base class to list the checkpoint files.
MinIO is an object storage server compatible with the Amazon S3 cloud storage service. It is not specifically designed for ABFS or GCS. It is unnecessary to start minio container for ADLS and GCS smoke tests.
4d0f846
to
faf695b
Compare
Thanks, @ebyhr, Addressed comments. |
/test-with-secrets sha=faf695b479f15f4057746b95dc9fcfc8f13f4ec6 |
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/6255906273 |
Description
MinIO is an object storage server compatible with the S3 cloud storage service. It is not specifically designed for ABFS or GCS. To list and delete files in ADLS and GCS, Use the respective file system APIs. It is unnecessary to start minio container for ADLS and GCS smoke tests.
Release notes
(X) This is not user-visible or is docs only, and no release notes are required.