-
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: resolveFromPlan when tblName.colName exists in having clause #18349
Conversation
/run-all-tests |
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
@eurekaka,Thanks for your review. |
Codecov Report
@@ Coverage Diff @@
## master #18349 +/- ##
===========================================
Coverage 79.3923% 79.3923%
===========================================
Files 540 540
Lines 144665 144665
===========================================
Hits 114853 114853
Misses 20524 20524
Partials 9288 9288 |
/merge |
/merge |
Sorry @eurekaka, you don't have permission to trigger auto merge event on this branch. The number of |
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
@lzmhhh123,Thanks for your review. |
/merge |
/run-all-tests |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.0 in PR #18432 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-3.1 in PR #18433 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #18434 |
…#18349) (#18434) Signed-off-by: ti-srebot <[email protected]>
What problem does this PR solve?
Issue Number: close #18384
Problem Summary:
What is changed and how it works?
What's Changed:
For SQL like
select a+1 from t having t.a
, we need to resolve it from the plan and select fields both.How it Works:
Related changes
Check List
Tests
Side effects
N/A
Release note
select a from t having t.a