You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/11 23:55:09 UTC

[GitHub] [spark] gatorsmile commented on a change in pull request #25123: [SPARK-28355][CORE][PYTHON] Use Spark conf for threshold at which command is compressed by broadcast

gatorsmile commented on a change in pull request #25123: [SPARK-28355][CORE][PYTHON] Use Spark conf for threshold at which command is compressed by broadcast
URL: https://github.com/apache/spark/pull/25123#discussion_r302784637
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -1246,6 +1246,12 @@ package object config {
       "mechanisms to guarantee data won't be corrupted during broadcast")
     .booleanConf.createWithDefault(true)
 
+  private[spark] val BROADCAST_UDF_THRESHOLD = ConfigBuilder("spark.broadcast.UDFThreshold")
 
 Review comment:
   The variable name looks confusing. COMMAND_COMPRESSION_THRESHOLD?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org