-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support parquet page filtering for more types: String, Binary(Decimal), Int96 #3833
Comments
Here is a PR for filtering on strings: #4132 |
Int96 appears to be the only unsupported type left I don't think Int96 is a widely used type nor supported for most other implementation -- thus I suggest we close this issue |
@alamb Agree, Int96 also not supported in row_group prunning |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)
https://github.com/apache/arrow-datafusion/blob/144dcca360fd95c9bf33f38555fffcb2338bd2c1/datafusion/core/src/physical_plan/file_format/parquet.rs#L853-L857
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: