Neer393 commented on code in PR #6012:
URL: https://github.com/apache/hive/pull/6012#discussion_r2261999392


##########
standalone-metastore/metastore-client/src/main/java/org/apache/hadoop/hive/metastore/client/ThriftHiveMetaStoreClient.java:
##########
@@ -2162,6 +2162,16 @@ public List<String> listTableNamesByFilter(String 
catName, String dbName, String
         isClientFilterEnabled, filterHook, catName, dbName, tableNames);
   }
 
+  @Override
+  public List<Table> listTablesByFilter(String catName, String dbName, String 
filter,
+      int maxTables) throws TException {
+    List<Table> tables =
+        client.get_tables_by_filter(prependCatalogToDbName(catName, dbName, 
conf), filter,

Review Comment:
   But that would completely defy the point of this JIRA to reduce the number 
of msc calls, won't it ?



-- 
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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to