abhishekagarwal87 commented on a change in pull request #10624:
URL: https://github.com/apache/druid/pull/10624#discussion_r535466228
##########
File path:
processing/src/main/java/org/apache/druid/query/groupby/GroupByQueryQueryToolChest.java
##########
@@ -233,7 +235,7 @@ public GroupByQueryQueryToolChest(
return groupByStrategy.processSubtotalsSpec(
query,
resource,
- groupByStrategy.processSubqueryResult(subquery, query, resource,
finalizingResults, false)
+ groupByStrategy.processSubqueryResult(subquery,
withoutSubtotals(query), resource, finalizingResults, false)
Review comment:
some context is in here but not helpful -
https://github.com/apache/druid/pull/5280/files#r181885318
I am concerned that modifying the query cause some problem down the line.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]