HyukjinKwon commented on a change in pull request #33644:
URL: https://github.com/apache/spark/pull/33644#discussion_r686418122



##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -315,6 +315,12 @@ package object config {
     .bytesConf(ByteUnit.MiB)
     .createOptional
 
+  private[spark] val ENABLE_EXECUTOR_TREE_AGGREGATE = 
ConfigBuilder("spark.executor.treeAggregate")

Review comment:
       BTW, let's don't forget to add `since` version too




-- 
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]

Reply via email to