Skip to content

Conversation

@andygrove
Copy link
Member

Which issue does this PR close?

Closes #2237

Rationale for this change

Add SQL query planner support for IN subqueries

What changes are included in this PR?

Add SQL query planner support for IN subqueries.

There is a follow-on issue: #488

Are there any user-facing changes?

Yes, SQL query planner now supports for IN subqueries

@andygrove andygrove self-assigned this Apr 27, 2022
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for making these PRs small and easy to review ❤️

quick_test(sql, &expected);
}

#[test]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@andygrove andygrove merged commit 5887495 into apache:master Apr 27, 2022
@andygrove andygrove deleted the sql-planner-in-subquery branch April 27, 2022 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add SQL query planning support for IN subqueries

2 participants