zentol 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_r364757389
 
 

 ##########
 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:
   Turns out people are fine with using more of guava now. 🤷‍♂ 

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

Reply via email to