roryqi commented on code in PR #12332:
URL: https://github.com/apache/gravitino/pull/12332#discussion_r3703494273
##########
core/src/main/java/org/apache/gravitino/listener/api/info/UserInfo.java:
##########
@@ -27,6 +27,7 @@
/** Provides read-only access to user information for event listeners. */
@DeveloperApi
public class UserInfo {
+ private final Optional<Long> id;
Review Comment:
Why is id optional?
--
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]