Jackie-Jiang commented on a change in pull request #7608:
URL: https://github.com/apache/pinot/pull/7608#discussion_r733924342



##########
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:
       I intentionally duplicate this method because `GroupByCombineOperator` 
will be removed once we remove PQL support




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

Reply via email to