roryqi commented on code in PR #11920:
URL: https://github.com/apache/gravitino/pull/11920#discussion_r3540463705


##########
core/src/main/java/org/apache/gravitino/listener/api/info/UserInfo.java:
##########
@@ -48,6 +52,24 @@ public String name() {
     return name;
   }
 
+  /**
+   * Returns the external identifier of the user.
+   *
+   * @return the external identifier of the user
+   */
+  public String externalId() {

Review Comment:
   Make this optional?



##########
core/src/main/java/org/apache/gravitino/listener/api/info/GroupInfo.java:
##########
@@ -27,6 +27,7 @@
 @DeveloperApi
 public class GroupInfo {
   private final String name;
+  private final String externalId;

Review Comment:
   Make this 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]

Reply via email to