somu-imply commented on code in PR #13501:
URL: https://github.com/apache/druid/pull/13501#discussion_r1041642557


##########
server/src/main/java/org/apache/druid/client/BrokerServerView.java:
##########
@@ -353,7 +353,7 @@ public Optional<VersionedIntervalTimeline<String, 
ServerSelector>> getTimeline(f
   {
     final TableDataSource table =
         analysis.getBaseTableDataSource()
-                .orElseThrow(() -> new ISE("Cannot handle datasource: %s", 
analysis.getDataSource()));
+                .orElseThrow(() -> new ISE("Cannot handle datasource: %s", 
analysis.getBaseDataSource()));

Review Comment:
   This is interpolating the base data source into the message. Maybe I need to 
update the message as the original analysis.getDataSource() does not exist 
anymore



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