etseidl commented on code in PR #8080: URL: https://github.com/apache/arrow-rs/pull/8080#discussion_r2261690725
########## parquet/src/errors.rs: ########## @@ -52,6 +52,9 @@ pub enum ParquetError { /// Returned when a function needs more data to complete properly. The `usize` field indicates /// the total number of bytes required, not the number of additional bytes. NeedMoreData(usize), + /// Returned when a function needs more data to complete properly. Review Comment: I think I had this error in my original draft of `ParquetMetaDataReader` (https://github.com/apache/arrow-rs/pull/6392/commits/3c340b7a9686caa8b9f51b21c6326eb6d6273c1f) but got talked out of it 😅 (https://github.com/apache/arrow-rs/pull/6392#discussion_r1767234846) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org