Skip to content

[#1206][part-2] feat(rust): introduce rust based shuffle-server - #1208

Merged
zuston merged 5 commits into
apache:masterfrom
zuston:issue-1206
Sep 24, 2023
Merged

[#1206][part-2] feat(rust): introduce rust based shuffle-server#1208
zuston merged 5 commits into
apache:masterfrom
zuston:issue-1206

Conversation

@zuston

@zuston zuston commented Sep 23, 2023

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

Rust based shuffle-server is implemented by me in riffle, it's time to contribute
back to uniffle community.

Why are the changes needed?

For #1206

Does this PR introduce any user-facing change?

No.

How was this patch tested?

UTs

@codecov-commenter

codecov-commenter commented Sep 23, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.95%. Comparing base (7cd9b6d) to head (0aac38e).
Report is 506 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1208      +/-   ##
============================================
+ Coverage     53.74%   54.95%   +1.21%     
- Complexity     2598     2608      +10     
============================================
  Files           392      372      -20     
  Lines         22474    20114    -2360     
  Branches       1884     1884              
============================================
- Hits          12078    11054    -1024     
+ Misses         9688     8421    -1267     
+ Partials        708      639      -69     

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

@zuston
zuston requested a review from roryqi September 23, 2023 13:35

@roryqi roryqi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM. thanks @zuston

@zuston
zuston merged commit a1d6d50 into apache:master Sep 24, 2023
* limitations under the License.
*/

syntax = "proto3";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is there any follow up prs to reuse proto file in the main repo?
Also I believe the uniffle.rs should be auto-generated rather than committed into this repo?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Oh yes, I forget to delete this file.

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.

4 participants