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:
So 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:
[email protected]