jerryshao commented on code in PR #5021:
URL: https://github.com/apache/gravitino/pull/5021#discussion_r1778366963


##########
common/src/main/java/org/apache/gravitino/dto/authorization/RoleDTO.java:
##########
@@ -93,6 +94,10 @@ public Map<String, String> properties() {
    */
   @Override
   public List<SecurableObject> securableObjects() {
+    if (securableObjects == null) {
+      return Collections.emptyList();
+    }

Review Comment:
   Will we return a null `securableObjects` here?



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