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/12 16:01:50 UTC

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

jessecai 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_r303048057
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -1246,6 +1246,14 @@ package object config {
       "mechanisms to guarantee data won't be corrupted during broadcast")
     .booleanConf.createWithDefault(true)
 
+  private[spark] val BROADCAST_FOR_UDF_COMPRESSION_THRESHOLD =
+    ConfigBuilder("spark.broadcast.UDFCompressionThreshold")
+      .doc("The threshold at which a a user-defined function (UDF) is compressed by broadcast, " +
 
 Review comment:
   I updated the description to include this. 

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