akupchinskiy commented on issue #2216:
URL: 
https://github.com/apache/datafusion-comet/issues/2216#issuecomment-3241071375

   @parthchandra 
[This](https://github.com/apache/spark/blob/7007e1c7ad646bfdc2a89579b2abaa2b3facc6af/core/src/main/scala/org/apache/spark/broadcast/TorrentBroadcast.scala#L365)
 is initiated for both Comet and Spark broadcast exchanges. Basically, it is a 
vanilla spark broadcast protocol which is used by Comet Boadcast exchange too. 
In a nutshell, comet specifies what should be broadcasted (compressed arrow 
batches) but it doesn't change how it should be broadcasted compare to Spark. 


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to