otterc commented on a change in pull request #30312:
URL: https://github.com/apache/spark/pull/30312#discussion_r520814926
##########
File path: core/src/main/scala/org/apache/spark/util/Utils.scala
##########
@@ -2541,6 +2541,15 @@ private[spark] object Utils extends Logging {
master == "local" || master.startsWith("local[")
}
+ /**
+ * Push based shuffle can only be enabled when external shuffle service is
enabled.
+ * In the initial version, we cannot support pushed based shuffle and
adaptive execution
+ * at the same time. Will improve this in a later version.
Review comment:
Fixed
----------------------------------------------------------------
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]