Shekharrajak commented on code in PR #22572:
URL: https://github.com/apache/kafka/pull/22572#discussion_r3410005478


##########
share-coordinator/src/test/java/org/apache/kafka/coordinator/share/PersisterStateBatchCombinerTest.java:
##########
@@ -35,32 +35,19 @@ static class BatchTestHolder {
         final List<PersisterStateBatch> newBatches;
         final List<PersisterStateBatch> expectedResult;
         final long startOffset;
-        final boolean shouldRun;
 
         BatchTestHolder(
             String testName,
             List<PersisterStateBatch> batchesSoFar,
             List<PersisterStateBatch> newBatches,
             List<PersisterStateBatch> expectedResult,
             long startOffset
-        ) {

Review Comment:
   Ref https://github.com/apache/kafka/pull/22571 - 
   we must merge https://github.com/apache/kafka/pull/22571 first. 



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