Parkerhiphop commented on code in PR #19376:
URL: https://github.com/apache/kafka/pull/19376#discussion_r2029102952


##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/FetcherTest.java:
##########
@@ -3664,7 +3664,6 @@ public void testFetcherDontCacheAnyData() {
         responseData.forEach((topicPartition, partitionData) -> 
assertEquals(records, partitionData.records()));
         LinkedHashMap<TopicPartition, FetchResponseData.PartitionData> 
nonResponseData = fetchResponse.responseData(emptyMap(), version);
         assertEquals(emptyMap().size(), nonResponseData.size());

Review Comment:
   Thanks for the reminder about the missing comment!
   
   I've replied it on the previous review.



-- 
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]

Reply via email to