-
Notifications
You must be signed in to change notification settings - Fork 288
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
[ARCTIC-397][Core]Uprade iceberg version to 0.13.2 #569
[ARCTIC-397][Core]Uprade iceberg version to 0.13.2 #569
Conversation
Co-authored-by: zhuyuan03 <zhuyuan03@corp.netease.com>
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.
All Nullable->NonNull should be fix
.../src/main/java/com/netease/arctic/flink/read/hybrid/enumerator/AbstractArcticEnumerator.java
Outdated
Show resolved
Hide resolved
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.
LGTM
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.
spark part is ok
* uprade iceberg version to 0.13 * fix compile exception (#7) Co-authored-by: zhuyuan03 <zhuyuan03@corp.netease.com> * fix spark compile errors * change dependencies * fix flink moduel errors * fix flink moduel unit test error * fix comments * fix annotation error in flink 1.12 * fix flink 1.14/1.15 unit test errors * fix flink 1.14/1.15 unit test error Co-authored-by: zstraw <zstraw@163.com> Co-authored-by: zhuyuan03 <zhuyuan03@corp.netease.com>
Why are the changes needed?
Resolve #397. Uprade iceberg version to 0.13.2
Brief change log
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation