tustvold commented on issue #5356:
URL: https://github.com/apache/arrow-rs/issues/5356#issuecomment-1920086891

   I would suggest that decoding entire RowGroups at a time is a recipe for 
either blowing your memory budget or creating row groups that are far too small.
   
   However, you could use 
https://docs.rs/parquet/latest/parquet/arrow/arrow_reader/struct.ArrowReaderBuilder.html#method.new_with_metadata
 to explicitly read a single row group at a time


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