jiangxin369 commented on code in PR #23021: URL: https://github.com/apache/flink/pull/23021#discussion_r1285308593
########## flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/common/CommonExecTableSourceScan.java: ########## @@ -103,56 +106,63 @@ protected Transformation<RowData> translateToPlanInternal( final ScanTableSource tableSource = tableSourceSpec.getScanTableSource( planner.getFlinkContext(), ShortcutUtils.unwrapTypeFactory(planner)); + final String sourceInfo = + tableSourceSpec.getContextResolvedTable().getIdentifier().asSummaryString(); Review Comment: Thanks @lindong28 . I've updated the PR, could you help review it again? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org