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 operator in filter. #1871

Merged
merged 6 commits into from
Sep 14, 2024
Merged

Conversation

vsian
Copy link
Contributor

@vsian vsian commented Sep 13, 2024

What problem does this PR solve?

Support queries like

select * from my_table where num in (1, 2, 3);

Issue link:#1839

Type of change

  • New Feature (non-breaking change which adds functionality)

@vsian vsian added ci PR can be test and removed ci PR can be test labels Sep 13, 2024
@vsian vsian removed the ci PR can be test label Sep 14, 2024
@vsian vsian added the ci PR can be test label Sep 14, 2024
@JinHai-CN JinHai-CN merged commit bc92bfd into infiniflow:main Sep 14, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci PR can be test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants