justinmclean commented on code in PR #8027:
URL: https://github.com/apache/gravitino/pull/8027#discussion_r2268350467


##########
lineage/src/main/java/org/apache/gravitino/lineage/auth/AuthenticationFactory.java:
##########
@@ -32,7 +32,7 @@ public static LineageServerAuthenticationStrategy 
createStrategy(String authType
       case "none":
         return new NoAuthStrategy();
       default:
-        throw new BadRequestException("Unsupported authentication ");
+        throw new BadRequestException("Unsupported authentication " + 
String.valueOf(authType));

Review Comment:
   I don't think String.valueOf is needed hare as authType is a 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