wenlong88 commented on a change in pull request #18042:
URL: https://github.com/apache/flink/pull/18042#discussion_r767488946



##########
File path: 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/common/CommonExecTableSourceScan.java
##########
@@ -69,14 +69,19 @@ protected CommonExecTableSourceScan(
         this.tableSourceSpec = tableSourceSpec;
     }
 
+    @Override
+    public String getSimplifiedName() {
+        return tableSourceSpec.getObjectIdentifier().getObjectName();

Review comment:
       I think it is enough in most of the case, it is rare that we are reading 
from different sources with the same name in a job, and if there is conflict, 
we can check details in description




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


Reply via email to