Github user kiszk commented on the issue:
https://github.com/apache/spark/pull/21811
Does it make sense to release `byteChannel` at `deallocate()`?
```
if (byteChannel != null) {
byteChannel = null;
}
```--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
