JingsongLi commented on a change in pull request #18394: URL: https://github.com/apache/flink/pull/18394#discussion_r788353796
########## File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/SourceQueryOperation.java ########## @@ -58,6 +65,7 @@ public String asSummaryString() { Map<String, Object> args = new LinkedHashMap<>(); args.put("identifier", getContextResolvedTable().getIdentifier().asSummaryString()); args.put("fields", getResolvedSchema().getColumnNames()); + args.put("options", dynamicOptions); Review comment: here we can ignore null dynamicOptions -- 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