justinmclean commented on PR #8120:
URL: https://github.com/apache/gravitino/pull/8120#issuecomment-3194068736

   @Raj-G07, please look at the output of the CI. It shows you exactly what is 
incorrect, but as I said above, it's best if you run Spotless.
   ```
             @@ -190,11 +189,11 @@
              ····}·catch·(NoSuchRoleException·e)·{
              ······log.debug(e.getMessage());
              ····}
             -····
             +
              
····boolean·resultOfDeleteRole·=·dispatcher.deleteRole(metalake,·role);
              
             -····if(resultOfDeleteRole·&&·oldRole!=·null)·{
             -······notifyRoleUserRelChange(metalake,role);
             +····if·(resultOfDeleteRole·&&·oldRole·!=·null)·{
             +······notifyRoleUserRelChange(metalake,·role);
              ····}
              
              ····return·resultOfDeleteRole;
   ```


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