totalo commented on a change in pull request #10115:
URL: https://github.com/apache/shardingsphere/pull/10115#discussion_r616272125



##########
File path: 
shardingsphere-features/shardingsphere-authority/shardingsphere-authority-common/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/PostgreSQLPrivilegeHandler.java
##########
@@ -130,19 +160,19 @@ private void fillRolePrivileges(final 
Map<ShardingSphereUser, NativePrivileges>
             }
         }
     }
-    
+
     private void fillRolePrivileges(final Map<ShardingSphereUser, 
NativePrivileges> userPrivilegeMap, final ResultSet resultSet) throws 
SQLException {
         Optional<ShardingSphereUser> user = 
findShardingSphereUser(userPrivilegeMap, resultSet);
         if (user.isPresent()) {
             
userPrivilegeMap.get(user.get()).getAdministrativePrivileges().getPrivileges().addAll(loadRolePrivileges(resultSet));
         }
     }
-    
+

Review comment:
       Okay, thank you, I'm happy to do this.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to