showuon commented on code in PR #12066: URL: https://github.com/apache/kafka/pull/12066#discussion_r854913440
########## clients/src/test/java/org/apache/kafka/clients/producer/internals/RecordAccumulatorTest.java: ########## @@ -153,7 +153,7 @@ private void verifyTopicPartitionInBatches(Map<Integer, List<ProducerBatch>> bat topicPartitionsInBatch.add(batchList.get(0).topicPartition); } - for (int i = 0 ; i < tp.length ; i++){ + for (int i = 0; i < tp.length; i++) { assertEquals(tp[i], topicPartitionsInBatch.get(i)); Review Comment: Thanks for the update. Let's wait for the jenkins build results! :) -- 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