matriv commented on a change in pull request #17985:
URL: https://github.com/apache/flink/pull/17985#discussion_r761890628



##########
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:
       `because: AdvancedFunctionsExampleITCase will print out with `,`  
instead of `, `
   since the default config is LEGACY enabled.
   
   I kind of preferred to show the row printing with the new  format.
   I will add a comment to explain why we need 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


Reply via email to