Skip to content
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

Merged
merged 3 commits into from
Aug 29, 2023

Conversation

zhongqishang
Copy link
Contributor

Why are the changes needed?

Close #1893 .

Brief change log

  • Fix unit conversion for parameters -msz to spillmap configuration
  • Add optimizer parameter doc

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

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

@github-actions github-actions bot added type:docs Improvements or additions to documentation module:ams-dashboard Ams dashboard module labels Aug 29, 2023
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: +0.03% 🎉

Comparison is base (55a6011) 50.74% compared to head (fdbc4a5) 50.78%.

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              
Flag Coverage Δ
core 51.23% <83.33%> (+0.06%) ⬆️
trino 48.60% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...om/netease/arctic/optimizer/OptimizerExecutor.java 83.33% <83.33%> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@zhoujinsong zhoujinsong left a 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!

Copy link
Contributor

@zhoujinsong zhoujinsong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@zhoujinsong zhoujinsong merged commit 1205dfd into apache:master Aug 29, 2023
@zhongqishang zhongqishang deleted the AMORO-1893 branch September 13, 2023 06:00
ShawHee pushed a commit to ShawHee/arctic that referenced this pull request Dec 29, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:ams-dashboard Ams dashboard module type:docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Fix unit conversion for parameters -msz to spillmap configuration
2 participants