Github user vdiravka commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1111#discussion_r166246336
  
    --- Diff: 
contrib/storage-hive/core/src/test/java/org/apache/drill/exec/impersonation/hive/TestSqlStdBasedAuthorization.java
 ---
    @@ -100,7 +103,9 @@ private static void 
setSqlStdBasedAuthorizationInHiveConf() {
         hiveConfig.put(METASTORE_EXECUTE_SET_UGI.varname, 
hiveConf.get(METASTORE_EXECUTE_SET_UGI.varname));
         hiveConfig.put(HIVE_AUTHORIZATION_ENABLED.varname, 
hiveConf.get(HIVE_AUTHORIZATION_ENABLED.varname));
         hiveConfig.put(HIVE_AUTHENTICATOR_MANAGER.varname, 
SessionStateUserAuthenticator.class.getName());
    -    hiveConfig.put(HIVE_AUTHORIZATION_MANAGER.varname, 
SQLStdHiveAuthorizerFactory.class.getName());
    --- End diff --
    
    Did it accidentally. I've returned this string.


---

Reply via email to