nishantmonu51 commented on a change in pull request #10093:
URL: https://github.com/apache/druid/pull/10093#discussion_r450006711



##########
File path: 
processing/src/main/java/org/apache/druid/query/groupby/GroupByQueryQueryToolChest.java
##########
@@ -524,6 +524,7 @@ public boolean isCacheable(GroupByQuery query, boolean 
willMergeRunners)
             .appendCacheables(query.getAggregatorSpecs())
             .appendCacheables(query.getDimensions())
             .appendCacheable(query.getVirtualColumns())
+            .appendCacheable(query.getLimitSpec())

Review comment:
       havingSpec is used in post-processing step only, so it should not be 
required here 




----------------------------------------------------------------
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]

Reply via email to