chia7712 commented on code in PR #15823: URL: https://github.com/apache/kafka/pull/15823#discussion_r1585914471
########## clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java: ########## @@ -25,21 +25,21 @@ import org.apache.kafka.common.requests.FetchRequest.PartitionData; import org.apache.kafka.common.requests.FetchResponse; import org.apache.kafka.common.utils.LogContext; -import org.apache.kafka.common.utils.Utils; import org.slf4j.Logger; -import java.util.ArrayList; -import java.util.Collection; -import java.util.Collections; +import java.util.LinkedHashMap; Review Comment: Could you reduce the changes of imports? Also, the new order is weird to me as it is not a lexicographical order -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org