Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6413 Having cannot resolve alias - #1168
Conversation
ZhaoBQ
commented
Mar 17, 2021
I can not run test in local. I use command 'mvn clean package -Dtest=GroupByIT', and the error: |
stoty
commented
Mar 17, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
Mar 17, 2021
💔 -1 overall
This message was automatically generated. |
| normGroupByNodes.add(normGroupByNode); | ||
| } | ||
| ParseNode having = statement.getHaving(); |
There was a problem hiding this comment.
So this is just an ordering problem? Looks good to me.
There was a problem hiding this comment.
Thanks @lhofhansl . Yes, just an ordering problem. After adjusting the order, we can resolve alias in having clause.
gjacoby126
left a comment
There was a problem hiding this comment.
+1, thanks for this patch, @ZhaoBQ
Change-Id: I273f915e8cb1e0ff949c4d46ec827b4229052d95
Change-Id: I37c2e9448ef53e66115f523dc4a71877287d52be
No description provided.