clintropolis commented on code in PR #18247:
URL: https://github.com/apache/druid/pull/18247#discussion_r2205377189


##########
indexing-hadoop/src/main/java/org/apache/druid/indexer/HadoopIndexTask.java:
##########
@@ -833,7 +831,7 @@ public String runTask(String[] args) throws Exception
       // can be injected based on the configuration given in 
config.getSchema().getIOConfig().getMetadataUpdateSpec()
       final SegmentMetadataPublisher maybeHandler;
       if (config.isUpdaterJobSpecSet()) {
-        maybeHandler = new 
SegmentMetadataPublisher(INJECTOR.getInstance(IndexerMetadataStorageCoordinator.class));
+        maybeHandler = new 
SegmentMetadataPublisher(HadoopTask.INJECTOR.getInstance(IndexerMetadataStorageCoordinator.class));

Review Comment:
   yea, this isn't new to this PR 😅. i suppose this line change isn't really 
needed and was just a side-effect of moving stuff around, but will leave it 
unless i need to push more commits to this branch



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