-
Notifications
You must be signed in to change notification settings - Fork 33
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 IN and NOT IN operator in partition filter #175
Comments
I'll contribute this one |
@kazdy Hullo, are you still working on this? I can help build upon it, but if my recent PR gets merged there will be a lot of conflicts so we could possibly open another pr after. This is a good step towards getting all the predicate functionality |
Hey, I parked it for some time. I'll get back to it next month I hope, feel free to make your changes and I'll resolve conflicts |
Sounds good. We'll merge #203 first |
@xushiyan I want to resume this, I just don't know when I'll have time, so no ETA sorry |
@kazdy if you do not have the time, I can probably help take it over. Currently on break this week, can pick it up next week if thats fine with you? |
@jonathanc-n feel free to implement it! |
Description of the improvement
I'd like to use IN and NOT IN operators when for partition filter.
SQL equivalent is:
Expected behavior
IN and NOT IN are honored by the PartitionPruner and PartitionFilter.
Additional context
Blocked on #160
The text was updated successfully, but these errors were encountered: