Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++][Parquet] Parquet: support exact in Page/Row-Group level Statistics #38859

Open
mapleFU opened this issue Nov 23, 2023 · 0 comments
Open

Comments

@mapleFU
Copy link
Member

mapleFU commented Nov 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant