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
Does truncate discard? Or does it write the truncated value and mark that it is truncated?
For example, if I know the minimum value is "Hello W..." then I can reject the row group if there is a filter "value == 'blue'" even if I don't know the complete minimum value.
Describe the enhancement requested
Currently, in parquet c++, if the min-max is string / binary:
Can we use a "truncate" for this:
1. if the truncated binary would be 0xFF 0xFF ... 0xFF, we cannot truncate it
2. Otherwise, get the "next" valid truncated binary
References:
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: