davidradl commented on code in PR #22026: URL: https://github.com/apache/flink/pull/22026#discussion_r1579266186
########## flink-table/flink-sql-gateway-api/src/main/java/org/apache/flink/table/gateway/api/endpoint/SqlGatewayEndpointFactory.java: ########## @@ -50,6 +50,14 @@ interface Context { /** Gives read-only access to the configuration of the current session. */ ReadableConfig getFlinkConfiguration(); + /** + * Get a map contains all flink configurations. + * + * @return The copy of flink configurations in the form of map, modify this map will not Review Comment: knit: modify => modifying -- 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