fsk119 commented on code in PR #22533: URL: https://github.com/apache/flink/pull/22533#discussion_r1193272280
########## flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/Executor.java: ########## @@ -46,7 +46,7 @@ static Executor create( * * @return the session configuration. */ - ReadableConfig getSessionConfig(); + Map<String, String> getSessionConfig(); Review Comment: Yes. I think external system may rely on this. Can we add another method, e.g. getSessionConfigMap? -- 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