-
Notifications
You must be signed in to change notification settings - Fork 2.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
Docs: Add flinkVersion and flinkVersionMajor instead of hardcode #10463
Conversation
cb98d41
to
b6bfab0
Compare
@manuzhang: Any idea why the tests are failing on the new values ( |
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 @manuzhang for working on this, this looks great! I just noticed that there a few more versions hardcoded:
iceberg_flink_runtime_jar = os.path.join(os.getcwd(), "iceberg-flink-runtime-1.16-{{ icebergVersion }}.jar")
There are a few more, would be good to just search for 1.16.
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, thanks @manuzhang for making this configurable 👍 Thanks @findepi for the review
This fixes #10412