theoryxu commented on code in PR #5733:
URL: https://github.com/apache/gravitino/pull/5733#discussion_r1868910078


##########
authorizations/authorization-ranger/src/main/java/org/apache/gravitino/authorization/ranger/RangerMetadataObject.java:
##########
@@ -41,7 +41,9 @@ enum Type {
     /** A table is mapped the table of relational data sources like Apache 
Hive, MySQL, etc. */
     TABLE(MetadataObject.Type.TABLE),
     /** A column is a sub-collection of the table that represents a group of 
same type data. */
-    COLUMN(MetadataObject.Type.COLUMN);
+    COLUMN(MetadataObject.Type.COLUMN),
+

Review Comment:
   done



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