Open
Description
Description of the improvement
I'd like to use IN and NOT IN operators when for partition filter.
SQL equivalent is:
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
Blocked on #160
Metadata
Metadata
Assignees
Type
Projects
Status
Todo