Skip to content
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

Merged
merged 4 commits into from
Sep 21, 2023

Conversation

krvikash
Copy link
Contributor

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.

@ebyhr
Copy link
Member

ebyhr commented Sep 20, 2023

/test-with-secrets sha=10b801dd4f7526c7db5f061585beb47c062a13db

@github-actions
Copy link

The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/6244712135

@krvikash
Copy link
Contributor Author

Thanks @ebyhr, @findepi for the review. Addressed comments.

@ebyhr
Copy link
Member

ebyhr commented Sep 20, 2023

Could you fix error-prone-checks failure?

 /home/runner/work/trino/trino/plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/BaseDeltaLakeAwsConnectorSmokeTest.java:[40,17] [MissingOverride] cleanUp overrides method in BaseDeltaLakeConnectorSmokeTest; expected @Override

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.
@krvikash
Copy link
Contributor Author

Thanks, @ebyhr, Addressed comments.

@ebyhr
Copy link
Member

ebyhr commented Sep 21, 2023

/test-with-secrets sha=faf695b479f15f4057746b95dc9fcfc8f13f4ec6

@github-actions
Copy link

The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/6255906273

@ebyhr ebyhr merged commit 0158686 into trinodb:master Sep 21, 2023
25 checks passed
@github-actions github-actions bot added this to the 427 milestone Sep 21, 2023
@krvikash krvikash deleted the krvikash/delta-test-fix branch September 21, 2023 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector hive Hive connector
Development

Successfully merging this pull request may close these issues.

3 participants