adoroszlai commented on code in PR #7953:
URL: https://github.com/apache/ozone/pull/7953#discussion_r1966733677
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java:
##########
@@ -1440,6 +1450,14 @@ private static void
assertMetadataUnchanged(OzoneKeyDetails original, OzoneKeyDe
assertEquals(original.getMetadata(), rewritten.getMetadata());
}
+ private static void checkFeatureEnable() {
Review Comment:
May be better to keep the name and add a parameter for the feature being
checked.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]