xijiu commented on code in PR #19578:
URL: https://github.com/apache/kafka/pull/19578#discussion_r2072281764


##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumerTest.java:
##########
@@ -994,8 +994,8 @@ public void testBeginningOffsetsWithZeroTimeout() {
         Map<TopicPartition, Long> result =
                 assertDoesNotThrow(() -> 
consumer.beginningOffsets(Collections.singletonList(tp), Duration.ZERO));
         // The result should be {tp=null}

Review Comment:
   Indeed, I have fixed it, PTAL



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

Reply via email to