smarthi commented on a change in pull request #1344: [HUDI-624]: Split some of the code from PR for HUDI-479 URL: https://github.com/apache/incubator-hudi/pull/1344#discussion_r382368430
########## File path: hudi-common/src/main/java/org/apache/hudi/common/util/FSUtils.java ########## @@ -47,12 +47,13 @@ import java.util.Arrays; import java.util.LinkedList; import java.util.List; +import java.util.Objects; import java.util.Map.Entry; -import java.util.UUID; import java.util.function.Function; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Stream; +import java.util.UUID; Review comment: ok - so where should UUID be then? ---------------------------------------------------------------- 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
