leesf commented on code in PR #1001: URL: https://github.com/apache/incubator-celeborn/pull/1001#discussion_r1033590855
########## client/src/main/java/org/apache/celeborn/client/ShuffleClientImpl.java: ########## @@ -20,15 +20,14 @@ import java.io.IOException; import java.nio.ByteBuffer; import java.util.*; -import java.util.concurrent.Callable; -import java.util.concurrent.ConcurrentHashMap; -import java.util.concurrent.ExecutorService; -import java.util.concurrent.TimeUnit; +import java.util.concurrent.*; Review Comment: the optimized is determined by your idea import config, you should check it and keep align with the codebase. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
