mapleFU opened a new issue, #38859:
URL: https://github.com/apache/arrow/issues/38859

   ### Describe the enhancement requested
   
   Parquet standard adds a `is_{min/max}_exact` in `Statistics`. This is only 
used in Page and Row-Group level. Currently, we don't support Truncate Binary 
and String ( see https://github.com/apache/arrow/issues/36139 ).
   
   We'd like to support `is_{min/max}_exact`:
   
   1. During writing, currently always mark statistics as exact
   2. During reading, check this variable
   
   ### Component(s)
   
   C++, Parquet


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to