This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 6d3c35c88ae7 [SPARK-54005][CORE][TESTS] Remove no-op
`spark.shuffle.blockTransferService` configuration
6d3c35c88ae7 is described below
commit 6d3c35c88ae73f7c17c66cfe320556730fee8c87
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Oct 23 21:58:45 2025 -0700
[SPARK-54005][CORE][TESTS] Remove no-op
`spark.shuffle.blockTransferService` configuration
### What changes were proposed in this pull request?
This PR aims to remove no-op `spark.shuffle.blockTransferService`
configuration from Apache Spark code based.
### Why are the changes needed?
The configuration was removed at Apache Spark 1.6.0.
- #8161
### Does this PR introduce _any_ user-facing change?
No, this is a clean up of unused test code.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52709 from dongjoon-hyun/SPARK-54005.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
core/src/test/scala/org/apache/spark/ShuffleNettySuite.scala | 1 -
1 file changed, 1 deletion(-)
diff --git a/core/src/test/scala/org/apache/spark/ShuffleNettySuite.scala
b/core/src/test/scala/org/apache/spark/ShuffleNettySuite.scala
index 18a8453d60be..3d2108f11a6f 100644
--- a/core/src/test/scala/org/apache/spark/ShuffleNettySuite.scala
+++ b/core/src/test/scala/org/apache/spark/ShuffleNettySuite.scala
@@ -31,7 +31,6 @@ abstract class ShuffleNettySuite extends ShuffleSuite with
BeforeAndAfterAll {
def shouldRunTests: Boolean = true
override def beforeAll(): Unit = {
super.beforeAll()
- conf.set("spark.shuffle.blockTransferService", "netty")
conf.set("spark.shuffle.io.mode", ioMode.toString)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]