Jackie-Jiang commented on code in PR #17009:
URL: https://github.com/apache/pinot/pull/17009#discussion_r2430524047
##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/executor/OpChainSchedulerService.java:
##########
@@ -74,15 +76,17 @@ public OpChainSchedulerService(ExecutorService
executorService, PinotConfigurati
MultiStageQueryRunner.DEFAULT_OF_CANCELLED_QUERY_CACHE_EXPIRE_MS));
}
+ @VisibleForTesting
public OpChainSchedulerService(ExecutorService executorService) {
- this(executorService, MultiStageQueryRunner.DEFAULT_OF_OP_STATS_CACHE_SIZE,
+ this("testServer", executorService,
MultiStageQueryRunner.DEFAULT_OF_OP_STATS_CACHE_SIZE,
Review Comment:
It is used in `PipelineBreakerExecutorTest` which is in a different package.
I added the annotation to mark it visible only for testing purpose
--
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]