divijvaidya commented on code in PR #14439: URL: https://github.com/apache/kafka/pull/14439#discussion_r1340114261
########## storage/src/test/java/org/apache/kafka/server/log/remote/storage/LocalTieredStorageTest.java: ########## @@ -621,7 +612,7 @@ LogSegmentData nextSegment() { } LogSegmentData nextSegment(final byte[]... data) { - final String offset = OFFSET_FORMAT.format(baseOffset); + final String offset = LogFileUtils.filenamePrefixFromOffset(baseOffset); Review Comment: Nice! Thank you. -- 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