tengqm commented on code in PR #6531:
URL: https://github.com/apache/gravitino/pull/6531#discussion_r1972926816


##########
authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerAuthorizationHDFSPlugin.java:
##########
@@ -281,7 +281,7 @@ private void 
removeSchemaMetadataObject(AuthorizationMetadataObject authzMetadat
         authzMetadataObject.type() == SCHEMA, "The metadata object type must 
be a schema");
     Preconditions.checkArgument(
         authzMetadataObject.names().size() == 1,
-        "The size of the metadata object's size must be 1.");
+        "The metadata object's size must be 1.");

Review Comment:
   This reads much better. Thanks.



-- 
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]

Reply via email to