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)