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

[#1327]feat(tez): Support combine operation in sort for tez engine. #1328

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

qijiale76
Copy link
Contributor

What changes were proposed in this pull request?

Support combine operation in sort for tez engine.

Why are the changes needed?

Fix: #1327

Does this PR introduce any user-facing change?

No.

How was this patch tested?

new UT

@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2023

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (51e02d0) 53.47% compared to head (6dd9778) 54.50%.

Files Patch % Lines
...library/common/sort/buffer/WriteBufferManager.java 57.89% 7 Missing and 1 partial ⚠️
...untime/library/common/sort/buffer/WriteBuffer.java 91.66% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1328      +/-   ##
============================================
+ Coverage     53.47%   54.50%   +1.03%     
- Complexity     2695     2701       +6     
============================================
  Files           411      392      -19     
  Lines         23644    21355    -2289     
  Branches       2006     2013       +7     
============================================
- Hits          12643    11640    -1003     
+ Misses        10225     9008    -1217     
+ Partials        776      707      -69     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement][tez] Support combine operation in sort.
2 participants