pnowojski commented on a change in pull request #10816: [Flink-15355] Fixed parsing of plugin parent-first patterns. URL: https://github.com/apache/flink/pull/10816#discussion_r364770675
########## File path: flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java ########## @@ -25,6 +25,9 @@ import org.apache.flink.configuration.description.Description; import org.apache.flink.util.ArrayUtils; +import org.apache.flink.shaded.guava18.com.google.common.base.Splitter; +import org.apache.flink.shaded.guava18.com.google.common.collect.Iterables; Review comment: Ok, I don't have any strong preference in that matter :) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
