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



##########
File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/SinkModifyOperation.java
##########
@@ -84,7 +90,7 @@ public QueryOperation getChild() {
     @Override
     public String asSummaryString() {
         Map<String, Object> params = new LinkedHashMap<>();
-        params.put("identifier", tableIdentifier);
+        params.put("identifier", contextResolvedTable);

Review comment:
       I reverted and now I print the identifier as before, I think it's better 
to keep `identifier` as the string key to remain consistent with other 
operations




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