dongjoon-hyun commented on a change in pull request #33329:
URL: https://github.com/apache/spark/pull/33329#discussion_r669151977
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -2079,7 +2079,7 @@ package object config {
"conjunction with the server side flag
spark.shuffle.server.mergedShuffleFileManagerImpl " +
"which needs to be set with the appropriate " +
"org.apache.spark.network.shuffle.MergedShuffleFileManager
implementation for push-based " +
- "shuffle to be enabled")
+ "shuffle to be enabled. Push-based shuffle is not yet supported.")
.version("3.1.0")
Review comment:
This configuration is added at 3.1.0 and do we want to add comments like
`Push-based shuffle is not yet supported` at 3.1.3?
--
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]