ankitsultana commented on code in PR #18725:
URL: https://github.com/apache/pinot/pull/18725#discussion_r3393864363
##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -951,6 +951,7 @@ public static class QueryOptionKey {
// Server stage limit for lite mode queries.
public static final String LITE_MODE_LEAF_STAGE_LIMIT =
"liteModeLeafStageLimit";
public static final String LITE_MODE_LEAF_STAGE_FANOUT_ADJUSTED_LIMIT
= "liteModeLeafStageFanOutAdjustedLimit";
+ public static final String LITE_MODE_IMPLICIT_LEAF_STAGE_LIMIT =
"liteModeImplicitLeafStageLimit";
Review Comment:
nit: can you add a small comment here to explain this? (as in i know this
query option is automatically added, but best to add a comment that this is a
system internal option)
--
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]