271272273274275276277278
+ " allowed to drop role. " + ADMIN_ONLY_MSG); } try { metastoreClientFactory.getHiveMetastoreClient().drop_role(roleName); } catch (Exception e) { throw new HiveAuthzPluginException("Error dropping role", e); } }