-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix release 18 again #17069
Fix release 18 again #17069
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Harshit Gangal <[email protected]>
f54cc03
to
feaa6d5
Compare
qb.ctx.SkipPredicates[jc.RHSExpr] = nil | ||
|
||
_ = qb.ctx.SkipJoinPredicates(jc.Original.Expr) | ||
return jc.Original.Expr | ||
}) | ||
|
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.
the error returned is not checked.
Should this be handled?
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.
I think we talked about this with @systay, and handling the error leads to some changes in behaviour and various tests failures. 🤔
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.
It was for Foreign keys but that should not happen anymore.
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.
I am not sure about any other test failing.
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.
I've added the error checking. let's see what CI thinks 🤞
Signed-off-by: Andres Taylor <[email protected]>
Description
This PR is on top of other planner bug fix PR that introduced a regression in a backport to v18.
Related Issue(s)
Checklist
Deployment Notes