zhuzhurk commented on code in PR #24185:
URL: https://github.com/apache/flink/pull/24185#discussion_r1466215828


##########
flink-core/src/main/java/org/apache/flink/api/common/cache/DistributedCache.java:
##########
@@ -244,6 +244,21 @@ public static List<String> parseStringFromCachedFiles(
                 .collect(Collectors.toList());
     }
 
+    @Internal
+    public static List<String> parseStandardYamlPatternStringFromCachedFiles(

Review Comment:
   I guess it should be removed?



##########
flink-core/src/main/java/org/apache/flink/configuration/ConfigurationUtils.java:
##########
@@ -138,6 +138,10 @@ public static String parseMapToString(Map<String, String> 
map) {
         return convertToString(map, GlobalConfiguration.isStandardYaml());
     }
 
+    public static String parseMapToStandardYamlString(Map<String, String> map) 
{

Review Comment:
   Is it still needed?



-- 
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]

Reply via email to