deniskuzZ commented on code in PR #6573:
URL: https://github.com/apache/hive/pull/6573#discussion_r3565862729
##########
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:
can we drop these comments and inline the`req.getTablesPattern()` usage?
--
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]