showuon commented on code in PR #12058: URL: https://github.com/apache/kafka/pull/12058#discussion_r853770995
########## core/src/main/scala/kafka/server/PartitionMetadataFile.scala: ########## @@ -44,8 +44,7 @@ object PartitionMetadataFile { } class PartitionMetadataReadBuffer[T](location: String, - reader: BufferedReader, - version: Int) extends Logging { + reader: BufferedReader) extends Logging { Review Comment: nice cleanup for unused argument -- 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