adixitconfluent commented on code in PR #19148:
URL: https://github.com/apache/kafka/pull/19148#discussion_r1987317310


##########
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##########
@@ -3918,10 +3918,8 @@ class KafkaApisTest extends Logging {
     )
 
     when(sharePartitionManager.newContext(any(), any(), any(), any(), 
any())).thenReturn(
-      new ShareSessionContext(new ShareRequestMetadata(memberId, 
shareSessionEpoch), Map(
-        new TopicIdPartition(topicId, new TopicPartition(topicName, 
partitionIndex)) ->
-          new ShareFetchRequest.SharePartitionData(topicId, partitionMaxBytes)
-      ).asJava)
+      new ShareSessionContext(new ShareRequestMetadata(memberId, 
shareSessionEpoch), List(
+        new TopicIdPartition(topicId, new TopicPartition(topicName, 
partitionIndex))).asJava)

Review Comment:
   done at all the places wherever the changes were made as part of the PRA



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