-
Notifications
You must be signed in to change notification settings - Fork 314
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-1213] Optimizing of Mixed Format Table supports optimizing a part of partitions at a time #1220
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1220 +/- ##
============================================
+ Coverage 27.26% 28.69% +1.42%
- Complexity 4552 5088 +536
============================================
Files 615 658 +43
Lines 65636 69392 +3756
Branches 7646 7999 +353
============================================
+ Hits 17896 19911 +2015
- Misses 45937 47555 +1618
- Partials 1803 1926 +123
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 46 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
…part of partitions at a time (apache#1220) * support partition ordered by PartitionWeight for OptimizePlan * if not all partitions are optimized, current change snapshot id should set to -1
* fix ArcticHadoopFileIO cast error * overwrite file in trash when move * [ARCTIC-1213] Optimizing of Mixed Format Table supports optimizing a part of partitions at a time (#1220) * support partition ordered by PartitionWeight for OptimizePlan * if not all partitions are optimized, current change snapshot id should set to -1 * fix checkstyle * TableTrashManager should extends Serializable
…part of partitions at a time (#1220) * support partition ordered by PartitionWeight for OptimizePlan * if not all partitions are optimized, current change snapshot id should set to -1
…part of partitions at a time (#1220) * support partition ordered by PartitionWeight for OptimizePlan * if not all partitions are optimized, current change snapshot id should set to -1
…part of partitions at a time (#1220) * support partition ordered by PartitionWeight for OptimizePlan * if not all partitions are optimized, current change snapshot id should set to -1
* fix ArcticHadoopFileIO cast error * overwrite file in trash when move * [ARCTIC-1213] Optimizing of Mixed Format Table supports optimizing a part of partitions at a time (#1220) * support partition ordered by PartitionWeight for OptimizePlan * if not all partitions are optimized, current change snapshot id should set to -1 * fix checkstyle * TableTrashManager should extends Serializable
…part of partitions at a time (apache#1220) * support partition ordered by PartitionWeight for OptimizePlan * if not all partitions are optimized, current change snapshot id should set to -1
…he#1223) * fix ArcticHadoopFileIO cast error * overwrite file in trash when move * [ARCTIC-1213] Optimizing of Mixed Format Table supports optimizing a part of partitions at a time (apache#1220) * support partition ordered by PartitionWeight for OptimizePlan * if not all partitions are optimized, current change snapshot id should set to -1 * fix checkstyle * TableTrashManager should extends Serializable
Why are the changes needed?
fix #1213
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