Github user viirya commented on the issue:
https://github.com/apache/spark/pull/21772
Let me clarify it. So this means that when `LongToUnsafeRowMap` is
broadcasted to executors, and it is too big to hold in memory, it will be
stored in disk. At that time, because `write` uses `cursor` to determine
`used`, it will write out nothing from `page` into disk.
Is this what you mean?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]