You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/03/17 20:39:56 UTC

[GitHub] [phoenix] lhofhansl commented on a change in pull request #1168: PHOENIX-6413 Having cannot resolve alias

lhofhansl commented on a change in pull request #1168:
URL: https://github.com/apache/phoenix/pull/1168#discussion_r596365534



##########
File path: phoenix-core/src/main/java/org/apache/phoenix/parse/ParseNodeRewriter.java
##########
@@ -157,6 +152,14 @@ public static SelectStatement rewrite(SelectStatement statement, ParseNodeRewrit
             }
             normGroupByNodes.add(normGroupByNode);
         }
+
+        ParseNode having = statement.getHaving();

Review comment:
       Do this is just an ordering problem? Looks good to me.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org