You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #36139 ).
We'd like to support is_{min/max}_exact:
During writing, currently always mark statistics as exact
During reading, check this variable
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
Parquet standard adds a
is_{min/max}_exact
inStatistics
. This is only used in Page and Row-Group level. Currently, we don't support Truncate Binary and String ( see #36139 ).We'd like to support
is_{min/max}_exact
:Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: