Fokko opened a new issue, #33973: URL: https://github.com/apache/arrow/issues/33973
### Describe the bug, including details regarding any error messages, version, and platform. The filter states that it needs it in DNF format, but since the `use_legacy_dataset=False` is now the default, we can also push in an expression. If you supply a DNF format, it will be converted into an expression later on: https://github.com/apache/arrow/blob/master/python/pyarrow/parquet/core.py#L2414-L2416 ### Component(s) Python -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
