Jackie-Jiang commented on code in PR #11984: URL: https://github.com/apache/pinot/pull/11984#discussion_r1395053217
########## pinot-core/src/main/java/org/apache/pinot/core/query/reduce/BaseReduceService.java: ########## @@ -50,15 +50,15 @@ public abstract class BaseReduceService { protected final ExecutorService _reduceExecutorService; protected final int _maxReduceThreadsPerQuery; - protected final int _groupByTrimThreshold; - protected final int _minGroupTrimSize; + protected final int _groupByTrimThresholdCfg; Review Comment: Is this comment missed? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org