Yunyung commented on code in PR #20009:
URL: https://github.com/apache/kafka/pull/20009#discussion_r2160440580


##########
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##########
@@ -1526,21 +1506,19 @@ class ReplicaManagerTest {
       val tp0 = new TopicPartition(topic, 0)
       val tidp0 = new TopicIdPartition(topicId, tp0)
 
+      val partition = replicaManager.createPartition(new TopicPartition(topic, 
0))

Review Comment:
   Nit
   ```suggestion
         val partition = replicaManager.createPartition(tp0)
   ```



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