LuciferYang commented on pull request #35262: URL: https://github.com/apache/spark/pull/35262#issuecomment-1024049100
I have another question: when `memoryMode` is `MemoryMode.OFF_HEAP`, some `OffHeapColumnVector`s 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. I think there may be a memory leak. @parthchandra -- 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]
