mchades commented on code in PR #11226:
URL: https://github.com/apache/gravitino/pull/11226#discussion_r3315083621


##########
plugins/idp-basic/src/main/java/org/apache/gravitino/idp/storage/mapper/IdpGroupMetaSQLProviderFactory.java:
##########
@@ -49,6 +49,10 @@ public static String selectIdpGroup(@Param("groupName") 
String groupName) {
     return currentProvider().selectIdpGroup(groupName);
   }
 
+  public static String selectIdpGroupWithUsers(@Param("groupName") String 
groupName) {

Review Comment:
   should return `List<String>`



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