FelixYBW commented on issue #8025: URL: https://github.com/apache/incubator-gluten/issues/8025#issuecomment-2499588141
> #7861 releases the buffer after read, Velox FileInputStream reuse the `readBufferSize` to read the file. So it is the similar way. No, 7681 uses mmap, memory is mapped into user space directly. velox uses file read/write, data is copied to buffer. -- 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]
