justinmclean commented on code in PR #4249:
URL: https://github.com/apache/gravitino/pull/4249#discussion_r1690711652
##########
core/src/main/java/org/apache/gravitino/proto/RoleEntitySerDe.java:
##########
@@ -44,7 +44,7 @@ public Role serialize(RoleEntity roleEntity) {
.setName(roleEntity.name())
.setAuditInfo(new
AuditInfoSerDe().serialize(roleEntity.auditInfo()));
- for (SecurableObject securableObject : roleEntity.securableObjects()) {
+ for (org.apache.gravitino.authorization.SecurableObject securableObject :
roleEntity.securableObjects()) {
Review Comment:
SecurableObject could be import as well?
--
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]