brenden20 commented on code in PR #16115:
URL: https://github.com/apache/kafka/pull/16115#discussion_r1618988743
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/CommitRequestManagerTest.java:
##########
@@ -227,8 +275,8 @@ public void testPollEnsureEmptyPendingRequestAfterPoll() {
CommitRequestManager commitRequestManager = create(true, 100);
when(coordinatorRequestManager.coordinator()).thenReturn(Optional.of(mockedNode));
Map<TopicPartition, OffsetAndMetadata> offsets =
Collections.singletonMap(
- new TopicPartition("topic", 1),
- new OffsetAndMetadata(0));
+ new TopicPartition("topic", 1),
Review Comment:
When I try to change it back, it says that the file is the same. I copied
the parts of the test that I did not change from a different branch but Git is
saying the files are the same still. Not too sure why it showed I made
indentations, they are not showing up on my end in Intellij.
--
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]