pvary commented on code in PR #3218:
URL: https://github.com/apache/hive/pull/3218#discussion_r861552317
##########
ql/src/java/org/apache/hadoop/hive/ql/security/authorization/PrivilegeSynchronizer.java:
##########
@@ -170,7 +170,8 @@ private void addGrantPrivilegesToBag(HivePolicyProvider
policyProvider, Privileg
case COLUMN:
objectAcls = policyProvider
- .getResourceACLs(new
HivePrivilegeObject(HivePrivilegeObjectType.COLUMN, dbName, objName, null,
columnName));
+ .getResourceACLs(new
HivePrivilegeObject(HivePrivilegeObjectType.COLUMN, dbName, objName, null,
Review Comment:
Shouldn't we need a catalog name here?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]