twalthr commented on a change in pull request #17985: URL: https://github.com/apache/flink/pull/17985#discussion_r761885646
########## File path: flink-examples/flink-examples-table/src/main/java/org/apache/flink/table/examples/java/functions/AdvancedFunctionsExample.java ########## @@ -55,7 +56,11 @@ public static void main(String[] args) throws Exception { final EnvironmentSettings settings = EnvironmentSettings.newInstance().inBatchMode().build(); final TableEnvironment env = TableEnvironment.create(settings); - + env.getConfig() Review comment: why this? -- 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