-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[FLINK-38100] Bump Iceberg dependency to 1.10.1 in iceberg-pipeline-sink connector #4145
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
Conversation
|
Thanks @locchipinti for you contribution, but I think we need to bump jdk version of CDC firstly |
He @leonardBang thanks for taking a look to the PR. |
|
Hi @locchipinti, as we have completed the bumping jdk11 work in #4187, you can go ahead to update the version of Iceberg dependency. |
This reverts commit d5b6704.
Hi @lvyanquan for the heads up, I updated the code already, could you approve the workflows to run? Thanks! |
lvyanquan
left a comment
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.
+1.
This PR upgrades the Apache Iceberg dependency from 1.6.1 to 1.10.0 in the iceberg-pipeline-sink connector module.
The Iceberg 1.10.0 release introduced extended catalog support in the Java Core API, including the BigQuery Metastore catalog. By aligning Flink CDC’s iceberg-pipeline-sink connector with Iceberg 1.10.0, users can immediately leverage these newly supported catalogs when integrating with Flink CDC.