-
Notifications
You must be signed in to change notification settings - Fork 3k
Flink: backport PR #10331 and PR #10457 #10757
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
|
It is a clean back port (complete copy over from 1.19 to 1.17/1.18) 1.18 and 1.17 are identical. Here are the diffs btw 1.19 and 1.18. |
07ebc74 to
e4513a4
Compare
|
@stevenzwu: Could you please help me understand why are the changes in flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink/shuffle/SortKeySerializer.java are needed? Thanks, Peter |
I assume you were asking about the diff btw 1.19 and 1.18. There were change of API in 1.19 for But I did find a bug in the 1.18 implementation that didn't compare the SortOder for compatibility, this is fixed in the latest commit that I just pushed. Would also need to add a unit test to test the compatibility check. It could probably be done in a separate one. |
|
thanks @pvary for the review |
(cherry picked from commit 4dbc7f5)
(cherry picked from commit 4dbc7f5)
No description provided.