Skip to content
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

Open
kazdy opened this issue Oct 17, 2024 · 4 comments · May be fixed by #183
Open

Support IN and NOT IN operator in partition filter #175

kazdy opened this issue Oct 17, 2024 · 4 comments · May be fixed by #183
Assignees
Milestone

Comments

@kazdy
Copy link
Contributor

kazdy commented Oct 17, 2024

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

@kazdy
Copy link
Contributor Author

kazdy commented Oct 17, 2024

I'll contribute this one

@kazdy kazdy linked a pull request Oct 22, 2024 that will close this issue
4 tasks
@jonathanc-n
Copy link
Contributor

@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

@kazdy
Copy link
Contributor Author

kazdy commented Nov 29, 2024

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

@xushiyan
Copy link
Member

Sounds good. We'll merge #203 first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants