leesf commented on a change in pull request #870: [HUDI-164] Fixes incorrect averageBytesPerRecord URL: https://github.com/apache/incubator-hudi/pull/870#discussion_r319738963
########## File path: hudi-client/src/main/java/org/apache/hudi/table/HoodieCopyOnWriteTable.java ########## @@ -18,17 +18,13 @@ package org.apache.hudi.table; +import static org.apache.hudi.common.util.HoodieWriteClientUtils.averageBytesPerRecord; + import com.google.common.hash.Hashing; import java.io.IOException; import java.io.Serializable; import java.nio.charset.StandardCharsets; -import java.util.ArrayList; -import java.util.Collections; -import java.util.HashMap; -import java.util.Iterator; -import java.util.List; -import java.util.Map; -import java.util.Set; +import java.util.*; Review comment: Could you split this import into seperate imports? ---------------------------------------------------------------- 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
