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

[CELEBORN-1123][FOLLOWUP] Support fallback to non-columnar shuffle for schema that cannot be obtained from shuffle dependency #2110

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

SteNicholas
Copy link
Member

What changes were proposed in this pull request?

Support fallback to non-columnar shuffle for schema that cannot be obtained from shuffle dependency. Cherry pick #2101 to branch-0.3.

Why are the changes needed?

When columnar shuffle is enabled, it was found that the shuffle class operator of Spark RDD is not supported. It's recommended to support fallback to non-columnar shuffle for schema that cannot be obtained from shuffle dependency.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

No.

…hat cannot be obtained from shuffle dependency
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (85c6cf4) 46.06% compared to head (254189e) 46.23%.
Report is 1 commits behind head on branch-0.3.

Additional details and impacted files
@@              Coverage Diff               @@
##           branch-0.3    #2110      +/-   ##
==============================================
+ Coverage       46.06%   46.23%   +0.18%     
==============================================
  Files             166      166              
  Lines           10545    10547       +2     
  Branches          987      989       +2     
==============================================
+ Hits             4856     4875      +19     
+ Misses           5366     5352      -14     
+ Partials          323      320       -3     

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

@kerwin-zk kerwin-zk merged commit c67c6e4 into apache:branch-0.3 Nov 27, 2023
26 checks passed
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.

2 participants