xuanyuanking commented on a change in pull request #31664:
URL: https://github.com/apache/spark/pull/31664#discussion_r585669990



##########
File path: 
core/src/test/scala/org/apache/spark/shuffle/sort/SortShuffleManagerSuite.scala
##########
@@ -131,4 +138,33 @@ class SortShuffleManagerSuite extends SparkFunSuite with 
Matchers {
     )))
   }
 
+  Seq("true", "false").foreach { value =>
+    test(s"SPARK-34541: shuffle can be removed when 
spark.shuffle.useOldFetchProtocol=$value") {

Review comment:
       Is this possible to add in `ShuffleSuite`. If so, we don't need to 
consider the `spark.shuffle.useOldFetchProtocol` since 
`ShuffleOldFetchProtocolSuite` would cover the old protocol case.
   If it's hard to move it to ShuffleSuite. I'm also OK with the current code.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to