[
https://issues.apache.org/jira/browse/HIVE-26246?focusedWorklogId=778956&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-778956
]
ASF GitHub Bot logged work on HIVE-26246:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Jun/22 09:37
Start Date: 07/Jun/22 09:37
Worklog Time Spent: 10m
Work Description: zhangbutao commented on code in PR #3304:
URL: https://github.com/apache/hive/pull/3304#discussion_r891000573
##########
ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/AuthorizationMetaStoreFilterHook.java:
##########
@@ -49,7 +49,7 @@ public AuthorizationMetaStoreFilterHook(Configuration conf) {
public List<String> filterTableNames(String catName, String dbName,
List<String> tableList)
throws MetaException {
List<HivePrivilegeObject> listObjs = getHivePrivObjects(dbName, tableList);
- return getTableNames(getFilteredObjects(listObjs));
+ return getObjectNames(getFilteredObjects(listObjs));
Review Comment:
make sense. fixed. thx
Issue Time Tracking
-------------------
Worklog Id: (was: 778956)
Time Spent: 50m (was: 40m)
> Filter out results 'show connectors' on HMS client-side
> ---------------------------------------------------------
>
> Key: HIVE-26246
> URL: https://issues.apache.org/jira/browse/HIVE-26246
> Project: Hive
> Issue Type: Sub-task
> Affects Versions: 4.0.0-alpha-1, 4.0.0-alpha-2
> Reporter: zhangbutao
> Assignee: zhangbutao
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)