-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor, plan: remove Exists
#7207
Conversation
@winoros please fix ci. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
plan/expression_rewriter.go
Outdated
} | ||
return v, true | ||
} | ||
|
||
func (er *expressionRewriter) popExistsSubPlan(p LogicalPlan) LogicalPlan { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a comment for this function.
@winoros please resolve conflicts and add some labels for this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@winoros there is a conflict, could you resolve it? Otherwise we cannot merge this PR into master. |
/run-all-tests |
What have you changed? (mandatory)
We don't need this plan in fact.
What is the type of the changes? (mandatory)
How has this PR been tested? (mandatory)
existing tests.