ijuma commented on code in PR #18845: URL: https://github.com/apache/kafka/pull/18845#discussion_r1957186474
########## metadata/src/test/java/org/apache/kafka/image/FeaturesImageTest.java: ########## @@ -163,7 +163,7 @@ public void testEmpty() { assertFalse(new FeaturesImage(Collections.singletonMap("foo", (short) 1), FeaturesImage.EMPTY.metadataVersion()).isEmpty()); assertFalse(new FeaturesImage(FeaturesImage.EMPTY.finalizedVersions(), - MetadataVersion.IBP_3_3_IV0).isEmpty()); + MetadataVersion.IBP_3_4_IV0).isEmpty()); Review Comment: I updated `FeaturesImage.isEmpty` and also this test. Resolving. -- 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