Description
UserGroupInformation.doAs(PrivilegedAction<T> action) method was removedĀ in Trino in a recent update. This resulted in Ranger authorizer to fail to download policies/tags/roles from Ranger admin server. To address this issue, PrivilegedAction should be replaced with PrivilegedExceptionAction in calls to UserGroupInformation.doAs().