-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Python: Update docker file #7164
Python: Update docker file #7164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks @singhpk234 !
ENV ICEBERG_VERSION=1.2.0 | ||
ENV AWS_SDK_VERSION=2.20.18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for cleaning this up!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating this @singhpk234
@@ -9,7 +9,8 @@ body: | |||
description: What Apache Iceberg version are you using? | |||
multiple: false | |||
options: | |||
- "1.1.0 (latest release)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should make this part of the How to release
process? https://iceberg.apache.org/how-to-release/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, I have a PR open for updating release process, looks like this and also REV API update needs to be added apache/iceberg-docs#210
6c7a1fc
to
aaeb1ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
mostly picked the docker changes from tabular-spark image. |
Thanks @singhpk234 for the contribution! And thanks for the review @Fokko and @amogh-jahagirdar ! |
This change focuses mainly to make sure docker file uses the most recent set-up as per 1.2.0 release
[1] AWS SDK changed to 2.20.18
[2]
url-connection-client is no longer required(It's present in master only at the moment)[3] minor refactoring
Also updates iceberg_bug_report yml with recent version.
cc @jackye1995 @Fokko