xintongsong commented on code in PR #20910:
URL: https://github.com/apache/flink/pull/20910#discussion_r995599982
##########
flink-clients/src/main/java/org/apache/flink/client/cli/DynamicPropertiesUtil.java:
##########
@@ -49,7 +49,7 @@ class DynamicPropertiesUtil {
* Parses dynamic properties from the given {@link CommandLine} and sets
them on the {@link
* Configuration}.
*/
- static void encodeDynamicProperties(
+ static Configuration encodeDynamicProperties(
Review Comment:
I think we don't need this change. The dynamic properties are parsed and
inserted to the configuration passed-in.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]