jessecai opened a new pull request #25123: [SPARK-28355] Use Spark conf for 
threshold at which command is compressed by broadcast
URL: https://github.com/apache/spark/pull/25123
 
 
   ## What changes were proposed in this pull request?
   
   The `_prepare_for_python_RDD` method currently broadcasts a pickled command 
if its length is greater than the hardcoded value `1 << 20` (1M). This change 
sets this value as a Spark conf instead.
   
   ## How was this patch tested?
   
   Unit tests, manual tests.
   

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

Reply via email to