dengzhhu653 commented on code in PR #5343:
URL: https://github.com/apache/hive/pull/5343#discussion_r1776722532
##########
ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizableEvent.java:
##########
@@ -64,6 +64,12 @@ protected HivePrivilegeObject getHivePrivilegeObject(Table
table) {
table.getOwner(), table.getOwnerType());
}
+ protected HivePrivilegeObject getHivePrivilegeObjectStorageHandlerUri(String
storagehandler_uri, Table table) {
+ return new
HivePrivilegeObject(HivePrivilegeObject.HivePrivilegeObjectType.STORAGEHANDLER_URI,
null, storagehandler_uri,
+ null, null, HivePrivilegeObject.HivePrivObjectActionType.OTHER,
null, null,
Review Comment:
seems we don't use this method, can we remove it then?
--
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]