wForget commented on PR #2420:
URL: 
https://github.com/apache/datafusion-comet/pull/2420#issuecomment-3314280742

   > @wForget I see that underlying RDD now is always recomputed. What about 
the broadcasted object? Is it cached somewhere or it is built from the scratch 
for every reuse?
   
   That will not cause broadcast to be rebuilt, the broadcast is always 
calculated from the same `relationFuture`, and the newly created RDD always 
reuses the same broadcast object.
   


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

Reply via email to