dengzhhu653 commented on code in PR #6450:
URL: https://github.com/apache/hive/pull/6450#discussion_r3331453146


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/cache/CachedStore.java:
##########
@@ -1601,25 +1569,8 @@ public Table getTable(String catName, String dbName, 
String tblName, String vali
     return tables;
   }
 
-  @Override
-  public List<Table> getTableObjectsByName(String catName, String db, 
List<String> tbl_names,
-          GetProjectionsSpec projectionsSpec, String tablePattern) throws 
MetaException, UnknownDBException {
-    return rawStore.getTableObjectsByName(catName, db, tbl_names, 
projectionsSpec, tablePattern);
-  }
-
-  @Override public List<String> getAllTables(String catName, String dbName) 
throws MetaException {
-    return rawStore.getAllTables(catName, dbName);
-  }
-
-  @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);
-  }
-
   @Override public List<String> listPartitionNames(String catName, String 
dbName, String tblName, short maxParts)
-      throws MetaException {
+      throws MetaException  {

Review Comment:
   ack



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to