-
Notifications
You must be signed in to change notification settings - Fork 855
Forbid subqueries in PRUNE in additional cases #12557
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
Conversation
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.
In general LGTM.
However I think we are required to commit the generated grammar files, otherwise the non-maintainer version will not contain this bug-fix.
…bid-all-subqueries-in-prune
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!
…bid-all-subqueries-in-prune
Scope & Purpose
Subqueries cannot work in PRUNE and should be forbidden (see #10232/#10231/#10266). However, one case of subqueries was missing in the grammar.
Backports:
Related Information
Testing & Verification
Documentation