jihoonson commented on a change in pull request #10253:
URL: https://github.com/apache/druid/pull/10253#discussion_r469693227



##########
File path: 
processing/src/main/java/org/apache/druid/query/groupby/GroupByQuery.java
##########
@@ -474,14 +480,12 @@ private RowSignature computeResultRowSignature()
                   .build();
   }
 
-  private boolean determineApplyLimitPushDown()
+  private boolean canPushDown()

Review comment:
       Added limitSpec, havingSpec, and subtotalsSpec as params and renamed.




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