-
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
planner: fix group by resolver for multi items with param marker #16363
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16363 +/- ##
===========================================
Coverage 80.6297% 80.6297%
===========================================
Files 507 507
Lines 138336 138336
===========================================
Hits 111540 111540
Misses 18215 18215
Partials 8581 8581 |
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
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
/merge |
/run-all-tests |
@cfzjywxk merge failed. |
/run-all-tests |
cherry pick to release-4.0 in PR #16377 |
What problem does this PR solve?
Issue Number: close #16342
Problem Summary:
ParamMarker expressions in
group by
clause are not processed properly, only the first one could be treated asPositionExpr
What is changed and how it works?
What's Changed:
Reset the
exprDepth
before resolving each group itemHow it Works:
Related changes
Check List
Tests
Side effects
Release note