IgorBerman commented on code in PR #16266:
URL: https://github.com/apache/druid/pull/16266#discussion_r1564848772


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/Task.java:
##########
@@ -331,4 +331,9 @@ static TaskInfo<TaskIdentifier, TaskStatus> 
toTaskIdentifierInfo(TaskInfo<Task,
         taskInfo.getTask().getMetadata()
     );
   }
+
+  default boolean doesntNeedLookups()

Review Comment:
   thanks @kfaraz for the comments. 
   Makes sense to me.
   I'll ping you when your suggestions will be addressed. 
   Also here is something that I've discovered lately and if you have some 
suggestions/ideas please share them: I've tried to start nano cluster with my 
changes and discovered that it's not that simple. TaskToolbox injects 
LookupNodeService, i.e. currently it's not possible to remove it without 
additional refactoring, so I'm trying to convert it to "Lazy" one by injecting 
Providing<LookupNodeService> instead so that LookupSerdeModule could create 
this Provider as well
   



-- 
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: commits-unsubscr...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to