jihoonson commented on pull request #10093:
URL: https://github.com/apache/druid/pull/10093#issuecomment-651283537


   Hi @nishantmonu51, does this bug happen only when 
`GroupByQuery.isApplyLimitPushDown()` = true? AFAIT, when 
`isApplyLimitPushDown()` = false, the `limitSpec` is applied after merging 
results from the cache (`GroupByQuery.postProcess()` is called after 
`GroupByStrategy.mergeResults()`) and thus the limitSpec shouldn't be a part of 
cache key.
   
   BTW, the cache has been enabled for groupBy by default since 0.13 
(https://github.com/apache/druid/pull/5108).


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