ariel-miculas commented on issue #9668:
URL: https://github.com/apache/arrow-rs/issues/9668#issuecomment-4242773815

   >  rather than reading the entire requested file range in memory at once
   
   @alamb Note that the above is also a bug in itself: if there's not enough 
memory to read the entire file range, the existing AsyncFileReader will crash. 
So https://github.com/apache/arrow-rs/pull/9632 is not only about performance 
optimization, but it also fixes an important issue.


-- 
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]

Reply via email to