zhztheplayer commented on issue #37458: URL: https://github.com/apache/arrow/issues/37458#issuecomment-1700177794
If I remember correctly `memoryPool` is for allocating native data buffers for this dataset. `allocator` doesn't actually allocate memory for data, but will take ownership of the buffers allocated by `memoryPool` while the buffers are transferred to Java side. -- 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]
