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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]