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

Python: Update docker file #7164

Merged
merged 3 commits into from
Mar 22, 2023

Conversation

singhpk234
Copy link
Contributor

@singhpk234 singhpk234 commented Mar 22, 2023

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

Copy link
Contributor

@amogh-jahagirdar amogh-jahagirdar left a 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 !

Comment on lines +40 to +41
ENV ICEBERG_VERSION=1.2.0
ENV AWS_SDK_VERSION=2.20.18
Copy link
Contributor

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!

Copy link
Contributor

@Fokko Fokko left a 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)"
Copy link
Contributor

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/

Copy link
Contributor

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

Copy link
Contributor

@jackye1995 jackye1995 left a 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!

@singhpk234
Copy link
Contributor Author

mostly picked the docker changes from tabular-spark image.

@jackye1995
Copy link
Contributor

Thanks @singhpk234 for the contribution! And thanks for the review @Fokko and @amogh-jahagirdar !

@jackye1995 jackye1995 merged commit a66b15c into apache:master Mar 22, 2023
@singhpk234 singhpk234 deleted the update/python-dev-Dockerfile branch March 22, 2023 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants