Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-29 Thread via GitHub
zhuzhurk closed pull request #23606: [FLINK-33364][core] Introduce standard YAML for flink configuration. URL: https://github.com/apache/flink/pull/23606 -- 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

Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-29 Thread via GitHub
JunRuiLee commented on code in PR #23606: URL: https://github.com/apache/flink/pull/23606#discussion_r1410077969 ## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ## @@ -1082,6 +1082,9 @@ public static class GlobalJobParameters implements

Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-29 Thread via GitHub
zhuzhurk commented on code in PR #23606: URL: https://github.com/apache/flink/pull/23606#discussion_r1408658690 ## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ## @@ -1082,6 +1082,9 @@ public static class GlobalJobParameters implements

Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-28 Thread via GitHub
JunRuiLee commented on PR #23606: URL: https://github.com/apache/flink/pull/23606#issuecomment-1829937496 @zhuzhurk Thanks for your review, I've updated this pr accordingly. PTAL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-28 Thread via GitHub
JunRuiLee commented on code in PR #23606: URL: https://github.com/apache/flink/pull/23606#discussion_r1407837111 ## flink-core/src/main/java/org/apache/flink/configuration/YamlParserUtils.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-28 Thread via GitHub
JunRuiLee commented on code in PR #23606: URL: https://github.com/apache/flink/pull/23606#discussion_r1407834850 ## flink-core/src/main/java/org/apache/flink/configuration/YamlParserUtils.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-28 Thread via GitHub
JunRuiLee commented on code in PR #23606: URL: https://github.com/apache/flink/pull/23606#discussion_r1407832649 ## flink-core/src/main/java/org/apache/flink/configuration/YamlParserUtils.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-28 Thread via GitHub
zhuzhurk commented on code in PR #23606: URL: https://github.com/apache/flink/pull/23606#discussion_r1407661316 ## flink-core/src/main/java/org/apache/flink/configuration/YamlParserUtils.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] [FLINK-33364][core] Introduce standard YAML for flink configuration. [flink]

2023-11-16 Thread via GitHub
JunRuiLee commented on PR #23606: URL: https://github.com/apache/flink/pull/23606#issuecomment-1815663277 @flinkbot run azure -- 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