kfaraz commented on code in PR #16291: URL: https://github.com/apache/druid/pull/16291#discussion_r1634117776
########## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/util/MultiStageQueryContext.java: ########## @@ -102,7 +102,7 @@ public class MultiStageQueryContext public static final String CTX_MAX_NUM_TASKS = "maxNumTasks"; @VisibleForTesting - static final int DEFAULT_MAX_NUM_TASKS = 2; + public static final int DEFAULT_MAX_NUM_TASKS = 2; Review Comment: why public? this is still only used in `MultiStageQueryContextTest` which should be in the same package. -- 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]
