[
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)