majialoong commented on code in PR #20205: URL: https://github.com/apache/kafka/pull/20205#discussion_r2225729707
########## storage/src/test/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerTest.java: ########## @@ -1847,6 +1847,18 @@ public void testBuildFilteredLeaderEpochMap() { NavigableMap<Integer, Long> refinedLeaderEpochMap = RemoteLogManager.buildFilteredLeaderEpochMap(leaderEpochToStartOffset); assertEquals(expectedLeaderEpochs, refinedLeaderEpochMap); + + + TreeMap<Integer, Long> leaderEpochToStartOffset2 = new TreeMap<>(); Review Comment: Thanks, I will add the unit test results below to verify the consistency of the methods before and after this modification. -- 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