-
Notifications
You must be signed in to change notification settings - Fork 318
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
[AMORO-2350] Fix native iceberg format optimize evaluation trigger condition #2351
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2351 +/- ##
============================================
- Coverage 52.82% 52.76% -0.07%
+ Complexity 4262 4257 -5
============================================
Files 514 514
Lines 29521 29524 +3
Branches 2867 2870 +3
============================================
- Hits 15594 15577 -17
- Misses 12665 12689 +24
+ Partials 1262 1258 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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
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.
…ndition (#2351) * [AMORO-2350] Fix native iceberg format optimize evaluation trigger condition * Delete redundant line (cherry picked from commit 1d39903) Signed-off-by: zhoujinsong <[email protected]>
…ndition (apache#2351) * [AMORO-2350] Fix native iceberg format optimize evaluation trigger condition * Delete redundant line
Why are the changes needed?
Close #2350.
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