samuelcolvin commented on PR #6295:
URL: https://github.com/apache/arrow-rs/pull/6295#issuecomment-2308521644

   @alamb I've added a test, to get it to fail I've included the raw metadata 
from our problematic file (35KB).
   
   Let me know if you want to keep this  or remove or, and if you want me to 
send you a link to the full 25MB parquet file via email.
   
   > If we make invalid statistics return an error I think it will mean the 
reader will not be able to read any data from the file
   
   I don't think we should change this, if we run into errors like this we can 
always call again with
   
   ```rs
   loader.load_page_index(false, false).await?
   ```
   
   as shown in the test.


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