-
Notifications
You must be signed in to change notification settings - Fork 290
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-1863]Support optimizing for partition evolution iceberg table #2303
Conversation
# Conflicts: # ams/server/src/main/java/com/netease/arctic/server/dashboard/MixedAndIcebergTableDescriptor.java
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2303 +/- ##
============================================
+ Coverage 52.82% 52.93% +0.11%
- Complexity 4262 4296 +34
============================================
Files 514 516 +2
Lines 29521 29698 +177
Branches 2867 2894 +27
============================================
+ Hits 15594 15722 +128
- Misses 12665 12698 +33
- Partials 1262 1278 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
# Conflicts: # ams/dashboard/src/main/resources/static/css/chunk-9fc4147c.d250cc66.css # ams/dashboard/src/main/resources/static/css/chunk-cc7f866c.3e429678.css # ams/dashboard/src/main/resources/static/css/chunk-f8e3eb7e.30a759b2.css # ams/dashboard/src/main/resources/static/index.html # ams/dashboard/src/main/resources/static/js/chunk-28b9a9cc.8ad4d357.js # ams/dashboard/src/main/resources/static/js/chunk-3900a95a.39f8ad9f.js # ams/dashboard/src/main/resources/static/js/chunk-vendors.6eab6434.js # ams/server/src/main/java/com/netease/arctic/server/utils/IcebergTableUtil.java
ams/server/src/main/java/com/netease/arctic/server/dashboard/DashboardServer.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.
I have left some comments, PTAL. @shidayang
ams/server/src/main/java/com/netease/arctic/server/dashboard/PaimonTableDescriptor.java
Show resolved
Hide resolved
ams/server/src/main/java/com/netease/arctic/server/dashboard/model/PartitionBaseInfo.java
Outdated
Show resolved
Hide resolved
ams/server/src/main/java/com/netease/arctic/server/dashboard/model/PartitionFileBaseInfo.java
Show resolved
Hide resolved
core/src/test/java/com/netease/arctic/optimizing/IcebergRewriteExecutorTest.java
Outdated
Show resolved
Hide resolved
core/src/test/java/com/netease/arctic/optimizing/IcebergRewriteExecutorTest.java
Show resolved
Hide resolved
...server/src/main/java/com/netease/arctic/server/dashboard/MixedAndIcebergTableDescriptor.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 are some conflicts in the front-end static code that need to be 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.
@shidayang I left some small suggestion.
Please task another look.
...server/src/main/java/com/netease/arctic/server/dashboard/MixedAndIcebergTableDescriptor.java
Outdated
Show resolved
Hide resolved
...server/src/main/java/com/netease/arctic/server/dashboard/MixedAndIcebergTableDescriptor.java
Outdated
Show resolved
Hide resolved
core/src/main/java/com/netease/arctic/io/writer/GenericIcebergPartitionedFanoutWriter.java
Show resolved
Hide resolved
core/src/main/java/com/netease/arctic/io/writer/GenericIcebergPartitionedFanoutWriter.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.
…apache#2303) (cherry picked from commit 15fff6f)
Why are the changes needed?
Close #1863 .
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