khmgobe commented on code in PR #4249: URL: https://github.com/apache/gravitino/pull/4249#discussion_r1690685077
########## core/src/main/java/org/apache/gravitino/proto/RoleEntitySerDe.java: ########## @@ -21,11 +21,9 @@ import com.google.common.collect.Lists; import java.util.List; import java.util.stream.Collectors; +import org.apache.gravitino.MetadataObject; import org.apache.gravitino.Namespace; -import org.apache.gravitino.authorization.Privilege; -import org.apache.gravitino.authorization.Privileges; -import org.apache.gravitino.authorization.SecurableObject; -import org.apache.gravitino.authorization.SecurableObjects; +import org.apache.gravitino.authorization.*; Review Comment: @jerryshao I've fixed the wildcard. I've made the modifications to the code in the comant below. -- 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]
