liuzqt commented on PR #40629: URL: https://github.com/apache/spark/pull/40629#issuecomment-1516765543
Hi @mridulm sorry for the late reply. I'm still confused about the mutiple copies issue, the taskBinary broadcast is created [here](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala#L1554), when inlining into small broadcast, the taskBinary contains the real data block, and will be sent to executor per-task. Pls correct me if I understand it wrong... -- 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]
