yabola commented on PR #44949: URL: https://github.com/apache/spark/pull/44949#issuecomment-1952043947
@cloud-fan currently unable to reuse broadcast data. When the sql execution ends, the broadcast data will be cleaned. So I wrote in PR description that this only works for spark sql service (broadcast data can be reused in one sql). However, I think it is also possible to implement the functionality of regenerating the broadcast data after it has been cleaned up. -- 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]
