trungda commented on issue #6880: URL: https://github.com/apache/arrow-rs/issues/6880#issuecomment-2542540922
> https://docs.rs/parquet/latest/parquet/column/page/trait.PageReader.html#tymethod.peek_next_page Thank you! Looks like `peek_next_page` can only be used along side with `read_records` , i.e., we can only peek the next page's header when we are at the end of the current page. Please correct me if I am wrong. What I am trying to do is to scan through all the page headers of a file. -- 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]
