parthchandra commented on pull request #35262: URL: https://github.com/apache/spark/pull/35262#issuecomment-1025294093
> When `memoryMode` is `MemoryMode.OFF_HEAP`, some `OffHeapColumnVector` will be create like `binaryValVector`, `lengthsVector` and so on. `OffHeapColumnVector` needs to call the `close` method manually to release the allocated memory, but I can't find the corresponding call. Oh dear. This will take some fixing. Thank you for catching this! -- 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]
