clintropolis commented on code in PR #19061:
URL: https://github.com/apache/druid/pull/19061#discussion_r2943185151
##########
processing/src/main/java/org/apache/druid/query/groupby/orderby/DefaultLimitSpec.java:
##########
@@ -203,6 +203,10 @@ public Function<Sequence<ResultRow>, Sequence<ResultRow>>
build(final GroupByQue
sortingNeeded = true;
break;
}
+ if
(query.getVirtualColumns().getVirtualColumn(columnSpec.getDimension()) != null)
{
Review Comment:
oops, this was not meant to be here i think, and was some experiment i was
doing much earlier on, removed
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]