cgivre commented on code in PR #2528:
URL: https://github.com/apache/drill/pull/2528#discussion_r863794931


##########
logical/src/main/java/org/apache/drill/common/logical/StoragePluginConfig.java:
##########
@@ -105,8 +106,8 @@ public enum AuthMode {
      */
     USER_TRANSLATION;
 
-    public static AuthMode parseOrDefault(String authMode) {
-      return !Strings.isNullOrEmpty(authMode) ? 
AuthMode.valueOf(authMode.toUpperCase()) : DRILL_PROCESS;
+    public static AuthMode parseOrDefault(String authMode, AuthMode defavlt) {

Review Comment:
   lol... Ok... well in that case, +1 (pending CI).  Thank you for turning this 
around so quickly.



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