kevin-wu24 commented on code in PR #20707:
URL: https://github.com/apache/kafka/pull/20707#discussion_r2511593765
##########
metadata/src/test/java/org/apache/kafka/metadata/bootstrap/BootstrapDirectoryTest.java:
##########
@@ -39,9 +38,7 @@ public class BootstrapDirectoryTest {
static final List<ApiMessageAndVersion> SAMPLE_RECORDS1 = List.of(
new ApiMessageAndVersion(new FeatureLevelRecord().
setName(MetadataVersion.FEATURE_NAME).
- setFeatureLevel((short) 7), (short) 0),
- new ApiMessageAndVersion(new NoOpRecord(), (short) 0),
- new ApiMessageAndVersion(new NoOpRecord(), (short) 0));
+ setFeatureLevel((short) 7), (short) 0));
Review Comment:
We should revert the changes to this file
--
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]