cryptoe commented on code in PR #16004:
URL: https://github.com/apache/druid/pull/16004#discussion_r1507545485


##########
sql/src/main/java/org/apache/druid/sql/calcite/planner/IngestHandler.java:
##########
@@ -405,7 +405,7 @@ public ExplainAttributes explainAttributes()
     {
       return new ExplainAttributes(
           DruidSqlReplace.OPERATOR.getName(),
-          targetDatasource,
+          targetDatasource.getType(),

Review Comment:
   I find it weird that the type is returning the name of the table in 
tableDestination. Wdyt ? Should we adjust the inteface `IngestDestination` ?



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