apoorvmittal10 commented on code in PR #20725:
URL: https://github.com/apache/kafka/pull/20725#discussion_r2440867081


##########
core/src/test/java/kafka/server/share/ShareFetchUtilsTest.java:
##########
@@ -636,7 +636,7 @@ public Stream<? extends Arguments> 
provideArguments(ExtensionContext context) th
         }
 
         private MemoryRecords createMemoryRecords(long baseOffset, int 
numRecords) {
-            try (MemoryRecordsBuilder recordsBuilder = 
memoryRecordsBuilder(numRecords, baseOffset)) {
+            try (MemoryRecordsBuilder recordsBuilder = 
memoryRecordsBuilder(baseOffset, numRecords)) {

Review Comment:
   Seems I missed pushing the changes in file: ShareFetchTestUtils.java. There 
were other local changes and missed the file. Pushed now.



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