alamb commented on PR #7687:
URL: https://github.com/apache/arrow-rs/pull/7687#issuecomment-2991730611

   > Sorry if I missed it but does Rust RS already filter have an allow/deny 
list for int96 stats when reading them? If not it seems like that needs to be 
added to the PR (or we can wait to resolve the higher level concerns on the 
mailing list)
   
   I am not aware of any such feature, but I am not quite sure what an 
`allow/deny list` means
   
   The low level API will return the values as written, see 
https://docs.rs/parquet/latest/parquet/file/statistics/enum.Statistics.html
   
   Specifically it will return `Statistics::Int96(ValueStatistics<Int96>)` I 
believe


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