marin-ma commented on PR #9005: URL: https://github.com/apache/incubator-gluten/pull/9005#issuecomment-2733143320
@kerwin-zk > The purpose of this buffer is to ensure that the size of each read operation does not exceed this value. The current logic is to read `1 << 20 - kPaddedSize` each time. What if the stream contains incomplete data ?Seems like the current logic cannot guarantee that the read operation doesn't overpass the underlying buffer stream. -- 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]
