alippai opened a new issue, #34727:
URL: https://github.com/apache/arrow/issues/34727
### Describe the enhancement requested
Dataset filters on partition values can be hard to define using pyarrow.
Eg. `type=0/date=2023-01-01/0.parquet` needs filters `("type", "=", 0)` and
`("date", "=", "2023-01-01")`.
Can Arrow support `("type", "=", "0")` and `("date", "=",
datetime.date.today())` as well? My understanding is that these need only
missing equal (lt, gt) kernel implementations.
### Component(s)
C++, 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]