leesf commented on a change in pull request #1337: [MINOR] Code Cleanup, remove redundant code URL: https://github.com/apache/incubator-hudi/pull/1337#discussion_r379820875
########## File path: hudi-common/src/test/java/org/apache/hudi/common/table/string/TestHoodieActiveTimeline.java ########## @@ -28,16 +28,17 @@ import org.apache.hudi.common.table.timeline.HoodieInstant.State; import org.apache.hudi.common.util.Option; -import com.google.common.collect.Sets; import org.apache.hadoop.fs.Path; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; +import com.google.common.collect.Sets; Review comment: Would replace the google Sets? ---------------------------------------------------------------- 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
