kfaraz commented on code in PR #18099: URL: https://github.com/apache/druid/pull/18099#discussion_r2135753840
########## indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/SinglePhaseParallelIndexTaskRunner.java: ########## @@ -101,42 +99,25 @@ public class SinglePhaseParallelIndexTaskRunner extends ParallelIndexPhaseRunner private final ParallelIndexIngestionSpec ingestionSchema; private final SplittableInputSource<?> baseInputSource; - private CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig; + private final ParallelIndexSupervisorTask supervisorTask; + @VisibleForTesting Review Comment: Annotation is not needed as this constructor is called outside tests too. -- 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]
