You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52548][CORE][TESTS] Add a test case for when shuffle manager is overridden by a SparkPlugin
### What changes were proposed in this pull request?
As title, adding a test case for when shuffle manager is overridden by a SparkPlugin.
### Why are the changes needed?
PR #43627 introduced a change to allow the shuffle manager specified in Spark configuration to be overridden in SparkPlugin, this change was not guarded by test though.
The change in PR #43627 also allows Spark plugins to configure a shuffle manager automatically for user, so user won't have to configure both `spark.plugins` and `spark.shuffle.manager` at the same time.
### Does this PR introduce _any_ user-facing change?
No.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#51246 from zhztheplayer/wip-test-plugin-shuffle.
Lead-authored-by: Hongze Zhang <[email protected]>
Co-authored-by: Kent Yao <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
0 commit comments