Replies: 3 comments 3 replies
-
cc: @marin-ma |
Beta Was this translation helpful? Give feedback.
1 reply
-
@acvictor Thanks for your proposal. I have noticed similar designs in other Spark shuffle plugin projects. However, we haven't evaluated pros/cons for different designs.
I agree. Would you be willing to address this improvement? |
Beta Was this translation helpful? Give feedback.
2 replies
-
+1 for the proposal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We would like to set the default shuffle manager in Spark as ColumnarShuffleManager. To avoid missing any updates from Spark that would go to SortShuffleManager, is it possible to contain SortShuffleManager within ColumnarShuffleManager, handle columnar shuffle specific cases in ColumnarShuffleManager and call corresponding SortShuffleManager's functions for all other cases? For example
Is there any specific reason the code was duplicated in ColumnarShuffleManager?
cc @rui-mo @zhli1142015 @PHILO-HE
Beta Was this translation helpful? Give feedback.
All reactions