gengliangwang commented on code in PR #46309:
URL: https://github.com/apache/spark/pull/46309#discussion_r1586820408
##########
core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala:
##########
@@ -76,7 +76,8 @@ private[spark] class SortShuffleManager(conf: SparkConf)
extends ShuffleManager
if (!conf.getBoolean("spark.shuffle.spill", true)) {
logWarning(
- "spark.shuffle.spill was set to false, but this configuration is ignored
as of Spark 1.6+." +
+ "spark.shuffle.spill was set to false, " +
Review Comment:
This is is unnecessary change
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]