westonpace commented on issue #34423: URL: https://github.com/apache/arrow/issues/34423#issuecomment-1454259289
Assuming you aren't saving `Table` or references to its data somewhere then yes, I would expect it to release the memory. A memory mapped file should call `munmap` once the file is closed and all references to the mapped memory are released (e.g. table is destroyed). -- 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]
