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

[#855] feat(tez): Support Tez Output UnorderedPartitionedKVOutput #943

Merged
merged 14 commits into from
Jun 12, 2023
Merged

[#855] feat(tez): Support Tez Output UnorderedPartitionedKVOutput #943

merged 14 commits into from
Jun 12, 2023

Conversation

bin41215
Copy link
Contributor

What changes were proposed in this pull request?

support tez write UnorderedPartitionedKVOutput

Why are the changes needed?

Fix: #855

Does this PR introduce any user-facing change?

No.

How was this patch tested?

UT

@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2023

Codecov Report

Merging #943 (f2595ef) into master (565d7f6) will increase coverage by 1.91%.
The diff coverage is 48.46%.

@@             Coverage Diff              @@
##             master     #943      +/-   ##
============================================
+ Coverage     55.93%   57.85%   +1.91%     
+ Complexity     2336     2208     -128     
============================================
  Files           349      318      -31     
  Lines         17578    14139    -3439     
  Branches       1394     1281     -113     
============================================
- Hits           9833     8180    -1653     
+ Misses         7177     5485    -1692     
+ Partials        568      474      -94     
Impacted Files Coverage Δ
...ibrary/output/RssUnorderedPartitionedKVOutput.java 45.76% <45.76%> (ø)
.../runtime/library/common/sort/impl/RssUnSorter.java 52.56% <52.56%> (ø)

... and 34 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @bin41215 , merged to master.

@jerqi jerqi merged commit 2dbf281 into apache:master Jun 12, 2023
27 checks passed
@baitian77 baitian77 mentioned this pull request Jun 12, 2023
23 tasks
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.

[Subtask] [Tez] Tez Shuffle Write supporting RemoteShuffle
3 participants