AmatyaAvadhanula commented on code in PR #14507:
URL: https://github.com/apache/druid/pull/14507#discussion_r1253957409


##########
indexing-service/src/main/java/org/apache/druid/indexing/input/DruidInputSource.java:
##########
@@ -313,6 +326,10 @@ private List<TimelineObjectHolder<String, DataSegment>> 
createTimeline()
     if (interval == null) {
       return getTimelineForSegmentIds(coordinatorClient, dataSource, 
segmentIds);
     } else {
+      if (toolbox != null) {

Review Comment:
   It can be null when it is being used to sample data before ingestion begins



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