-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1123] Support fallback to non-columnar shuffle for schema t…
…hat cannot be obtained from shuffle dependency ### What changes were proposed in this pull request? Support fallback to non-columnar shuffle for schema that cannot be obtained from shuffle dependency. ### 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? - `CelebornColumnarShuffleReaderSuite#columnarShuffleReaderNewSerializerInstance` - `ColumnarHashBasedShuffleWriterSuiteJ#createColumnarShuffleWriter` Closes #2101 from gaochao0509/CELEBORN-1123. Authored-by: gaochao0509 <[email protected]> Signed-off-by: xiyu.zk <[email protected]>
- Loading branch information
1 parent
465b093
commit ca47cce
Showing
18 changed files
with
224 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.