[ https://issues.apache.org/jira/browse/HIVE-18755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420877#comment-16420877 ]
Thejas M Nair commented on HIVE-18755: -------------------------------------- +1 pending tests It looks like the metastore client getTableMeta is not getting filtered any more by the authorization hook. filterNames method was being used to filter that, but that has been removed. There is a new filterHook.filterTableMetas method being used, but that is not implemented in AuthorizationMetaStoreFilterHook. We can take that as follow up jira since this is a very large patch that can go out of sync again soon. > Modifications to the metastore for catalogs > ------------------------------------------- > > Key: HIVE-18755 > URL: https://issues.apache.org/jira/browse/HIVE-18755 > Project: Hive > Issue Type: Sub-task > Components: Metastore > Reporter: Alan Gates > Assignee: Alan Gates > Priority: Major > Labels: pull-request-available > Fix For: 3.0.0 > > Attachments: HIVE-18755.2.patch, HIVE-18755.3.patch, > HIVE-18755.4.patch, HIVE-18755.nothrift, HIVE-18755.patch > > > Step 1 of adding catalogs is to add support in the metastore. -- This message was sent by Atlassian JIRA (v7.6.3#76005)