kazdy opened a new issue, #175:
URL: https://github.com/apache/hudi-rs/issues/175
### Description of the improvement
I'd like to use IN and NOT IN operators when for partition filter.
SQL equivalent is:
```sql
SELECT * FROM huditable WHERE part IN ('2022-01-02', '2022-01-03);
SELECT * FROM huditable WHERE part NOT IN ('2022-01-02', '2022-01-03);
```
### Expected behavior
IN and NOT IN are honored by the PartitionPruner and PartitionFilter.
### Additional context
_No response_
--
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]