slinkydeveloper commented on a change in pull request #18349:
URL: https://github.com/apache/flink/pull/18349#discussion_r785806163



##########
File path: 
flink-table/flink-table-api-bridge-base/src/main/java/org/apache/flink/table/operations/ExternalQueryOperation.java
##########
@@ -93,12 +82,12 @@ public ChangelogMode getChangelogMode() {
     @Override
     public String asSummaryString() {
         final Map<String, Object> args = new LinkedHashMap<>();
-        args.put("identifier", identifier);
+        args.put("identifier", contextResolvedTable);

Review comment:
       Same comment as here 
https://github.com/apache/flink/pull/18349#discussion_r785791932




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