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

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

fanshilun created HIVE-22434:
--------------------------------

             Summary: 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


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