justinmclean opened a new issue, #8008:
URL: https://github.com/apache/gravitino/issues/8008

   ### What would you like to be improved?
   
   In 
lineage/src/main/java/org/apache/gravitino/lineage/auth/AuthenticationFactory.java:
   ```
    throw new BadRequestException("Unsupported authentication ");
   ```
   
   ### How should we improve?
   
   The space at the end probably meant that the code should be " throw new 
BadRequestException("Unsupported authentication " + authType);


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