trungda commented on issue #6880:
URL: https://github.com/apache/arrow-rs/issues/6880#issuecomment-2542574738

   > You can alternate peeking and skipping, or alternatively just inspect the 
column index structures directly
   > 
   > 
https://docs.rs/parquet/latest/parquet/file/metadata/struct.ParquetMetaData.html
   
   I see. So we would (1) peek; (2) get number of records from the header 
(`n`); (3) skip `n` records. That could work. Thank you! I don't want to rely 
on column index structures since some files (Parquet v1?) don't really have 
them. 


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