twdsilva commented on a change in pull request #444: PHOENIX-5148
URL: https://github.com/apache/phoenix/pull/444#discussion_r265337638
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/execute/AggregatePlan.java
##########
@@ -327,4 +333,15 @@ public boolean useRoundRobinIterator() throws
SQLException {
return visitor.visit(this);
}
+ private static OrderBy convertActualOutputOrderBy(OrderBy orderBy, GroupBy
groupBy, StatementContext statementContext) {
Review comment:
Does every plan have to implement this function, with different logic?
----------------------------------------------------------------
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]
With regards,
Apache Git Services