davidradl commented on code in PR #28439:
URL: https://github.com/apache/flink/pull/28439#discussion_r3412659364


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/lineage/TableLineageDatasetImpl.java:
##########
@@ -42,7 +42,10 @@ public class TableLineageDatasetImpl implements 
TableLineageDataset {
 
     public TableLineageDatasetImpl(
             ContextResolvedTable contextResolvedTable, 
Optional<LineageDataset> lineageDatasetOpt) {
-        this.name = contextResolvedTable.getIdentifier().asSummaryString();
+        this.name =

Review Comment:
   I suspect we should document this somewhere, so the connector implementers 
are aware of this option and are likely to use it. Maybe javadoc would be good 
enough. 



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