xiangfu0 commented on a change in pull request #7608:
URL: https://github.com/apache/pinot/pull/7608#discussion_r733270001
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/operator/combine/GroupByOrderByCombineOperator.java
##########
@@ -107,6 +101,17 @@ public GroupByOrderByCombineOperator(List<Operator>
operators, QueryContext quer
_operatorLatch = new CountDownLatch(_numTasks);
}
+ /**
+ * For group-by queries, when maxExecutionThreads is not explicitly
configured, create one task per operator.
+ */
+ private static QueryContext overrideMaxExecutionThreads(QueryContext
queryContext, int numOperators) {
Review comment:
Seems like a groupby util method for both GroupByOrderByCombineOperator
and GroupByCombineOperator?
--
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]