Github user viirya commented on the issue:
https://github.com/apache/spark/pull/21322
One concern I have is, now we keep broadcasted variables in
`BroadcastManager.cachedValues` by using weak reference. So if a broadcasted
variable with `AutoCloseable` is released before we call `Broadcast#destroy`,
we still can't properly release the resources.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]