-
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-1893][Optimizer] Fix unit conversion for parameters -msz
to spillmap configuration
#1894
Conversation
…spillmap configuration
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1894 +/- ##
============================================
+ Coverage 50.74% 50.78% +0.03%
- Complexity 3802 3803 +1
============================================
Files 479 479
Lines 25647 25647
Branches 2614 2614
============================================
+ Hits 13015 13025 +10
+ Misses 11465 11455 -10
Partials 1167 1167
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.
@zhongqishang Thanks a lot for reporting and fixing this bug!
…spillmap configuration
…spillmap configuration
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.
…spillmap configuration (apache#1894) * [AMORO-1893][Optimizer] Fix unit conversion for parameters `-msz` to spillmap configuration * [AMORO-1893][Optimizer] Fix unit conversion for parameters `-msz` to spillmap configuration * [AMORO-1893][Optimizer] Fix unit conversion for parameters `-msz` to spillmap configuration
Why are the changes needed?
Close #1893 .
Brief change log
-msz
to spillmap configurationHow 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