mzabaluev commented on PR #9548:
URL: https://github.com/apache/arrow-rs/pull/9548#issuecomment-4066286913

   I have not added a method to the sync reader builder yet, because I have 
some doubts about the API. The implementation uses the sequential `BufRead`, 
which means that the header length information is not useful: the only 
supported case is to read the header from the same `BufRead` object first, 
making sure that the read position is immediately after the header.
   
   When some seeking capabilities are added to the sync reader to work with 
ranges, this may need to be revisited.


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