vikramahuja1001 commented on code in PR #6573:
URL: https://github.com/apache/hive/pull/6573#discussion_r3615475279
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/GetTableHandler.java:
##########
@@ -354,13 +360,16 @@ private List<Table>
getTableObjectsInternal(GetTablesRequest req)
distinctTableNames = new ArrayList<>(new
HashSet<>(lowercaseTableNames));
}
+ // case : tableNames != null and pattern == null -> batched flow
+ // case : tableNames != null and pattern != null -> batched flow with
pattern filter
+ String tablesPattern = req.getTablesPattern();
Review Comment:
Sure, will do the same.
--
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]