abstractdog commented on code in PR #4009:
URL: https://github.com/apache/hive/pull/4009#discussion_r1095518262


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java:
##########
@@ -12025,7 +12025,9 @@ private List<SQLPrimaryKey> 
getPrimaryKeysInternal(final String catName,
                                                      final String 
db_name_input,
                                                      final String 
tbl_name_input)
   throws MetaException, NoSuchObjectException {
-    final String db_name = normalizeIdentifier(db_name_input);
+    final String db_name = StringUtils.isNotBlank(db_name_input) ?

Review Comment:
   oh, this is sooo...hive :)
   I don't think we can do anything instantly about this, so my approval still 
holds



-- 
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