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 SQL IN Operator for non-pull queries #6473

Closed
big-andy-coates opened this issue Oct 20, 2020 · 0 comments · Fixed by #6475
Closed

Support SQL IN Operator for non-pull queries #6473

big-andy-coates opened this issue Oct 20, 2020 · 0 comments · Fixed by #6475
Assignees
Milestone

Comments

@big-andy-coates
Copy link
Contributor

e.g. WHERE ID IN (1, 2, 3).

See https://www.w3schools.com/sql/sql_in.asp

PR #6409 looks to add support for the IN operator for pull queries. Push queries should always be a super set of pull queries, hence push queries needs to support IN.

@big-andy-coates big-andy-coates self-assigned this Oct 20, 2020
big-andy-coates added a commit to big-andy-coates/ksql that referenced this issue Oct 20, 2020
fixes: confluentinc#6473

Adds support for `IN` operator for push and persistent queries.
@big-andy-coates big-andy-coates added this to the 0.14.0 milestone Oct 22, 2020
@big-andy-coates big-andy-coates modified the milestones: 0.14.0, 0.15.0 Nov 10, 2020
big-andy-coates added a commit that referenced this issue Nov 16, 2020
* feat: support `IN` operator for non-pull queries

fixes: #6473

Adds support for `IN` operator for push and persistent queries.

Co-authored-by: Andy Coates <[email protected]>
Co-authored-by: Jim Galasyn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant