-
Notifications
You must be signed in to change notification settings - Fork 348
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
[Improvement] Build separate trino image for CI and client side. #1295
Labels
improvement
Improvements on everything
Comments
jerryshao
added a commit
that referenced
this issue
Jan 5, 2024
### What changes were proposed in this pull request? Remove the Gravitino connector from the Trino CI image. ### Why are the changes needed? In CI, we will mount the Gravitino connector to the Trino CI image to test the latest code base, so we can fully test our PR. Fix: #1295 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A --------- Co-authored-by: Jerry Shao <jerryshao@datastrato.com>
github-actions bot
pushed a commit
that referenced
this issue
Jan 5, 2024
### What changes were proposed in this pull request? Remove the Gravitino connector from the Trino CI image. ### Why are the changes needed? In CI, we will mount the Gravitino connector to the Trino CI image to test the latest code base, so we can fully test our PR. Fix: #1295 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A --------- Co-authored-by: Jerry Shao <jerryshao@datastrato.com>
yuqi1129
added a commit
that referenced
this issue
Jan 5, 2024
### What changes were proposed in this pull request? Remove the Gravitino connector from the Trino CI image. ### Why are the changes needed? In CI, we will mount the Gravitino connector to the Trino CI image to test the latest code base, so we can fully test our PR. Fix: #1295 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A Co-authored-by: Qi Yu <yuqi@datastrato.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
The Trino image for CI does not need to copy 'Gravitino-connector' into it and can mount the connector directory when running. However the image for client should include it, so we need to separate them.
Furthermore, this also results in #1278 failures.
How should we improve?
No response
The text was updated successfully, but these errors were encountered: