siddharthteotia commented on code in PR #9957:
URL: https://github.com/apache/pinot/pull/9957#discussion_r1050127013
##########
pinot-core/src/main/java/org/apache/pinot/core/util/QueryOptionsUtils.java:
##########
@@ -105,4 +105,56 @@ public static boolean
isServerReturnFinalResult(Map<String, String> queryOptions
public static String getOrderByAlgorithm(Map<String, String> queryOptions) {
return queryOptions.get(QueryOptionKey.ORDER_BY_ALGORITHM);
}
+
+ public static int getMultiStageLeafLimit(Map<String, String> queryOptions,
int defaultLeafLimit) {
Review Comment:
Curious to know what will be the use of this option to configure leaf limit ?
The other existing options should be enough to control the GROUP BY output /
accuracy at leaf layer ?
--
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]