You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "fanshilun (Jira)" <ji...@apache.org> on 2019/10/30 05:53:00 UTC

[jira] [Assigned] (HIVE-22434) Hive MetaStore CachedStore listTableNamesByFilter Method fix

     [ https://issues.apache.org/jira/browse/HIVE-22434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fanshilun reassigned HIVE-22434:
--------------------------------

    Assignee: fanshilun

> Hive MetaStore CachedStore listTableNamesByFilter Method fix
> ------------------------------------------------------------
>
>                 Key: HIVE-22434
>                 URL: https://issues.apache.org/jira/browse/HIVE-22434
>             Project: Hive
>          Issue Type: Improvement
>          Components: Standalone Metastore
>            Reporter: fanshilun
>            Assignee: fanshilun
>            Priority: Minor
>
> @Override
>   // TODO: implement using SharedCache
>   public List<String> listTableNamesByFilter(String catName, String dbName, String filter, short maxTables)
>       throws MetaException, UnknownDBException {
>     return rawStore.listTableNamesByFilter(catName, dbName, filter, maxTables);
>   }
> do this



--
This message was sent by Atlassian Jira
(v8.3.4#803005)