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 2022/05/04 11:30:00 UTC

[jira] [Resolved] (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 resolved HIVE-22434.
------------------------------
    Resolution: Incomplete

> 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.20.7#820007)