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

[9.0] fix regression - should be able to plan subquery on top of subquery #7683

Merged
merged 3 commits into from
Mar 16, 2021

Conversation

systay
Copy link
Collaborator

@systay systay commented Mar 15, 2021

Description

During a refactoring of the planner code in the V9.0.0 release, this query type was broken. This restored the capability to plan IN sub queries on top of other IN sub queries.

Checklist

  • Should this PR be backported? No, this is the backport
  • Tests were added or are not required Added

Impacted Areas in Vitess

Components that this PR will affect:

  • Query Serving

(This is a backport of #7682)

Signed-off-by: Andres Taylor <andres@planetscale.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
@systay systay requested a review from sougou as a code owner March 16, 2021 09:39
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
@systay systay merged commit 8deee52 into vitessio:release-9.0 Mar 16, 2021
@systay systay deleted the fix-subq-9.0 branch March 16, 2021 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants