Github user squito commented on the issue:
https://github.com/apache/spark/pull/23166
maybe a dumb question -- couldn't you just add
```python
self._value = value
```
[inside `__init__()` when on the
driver](https://github.com/apache/spark/blob/master/python/pyspark/broadcast.py#L78)?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
