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


##########
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestDatabases.java:
##########
@@ -454,6 +454,22 @@ public void testGetDatabases() throws Exception {
     databases = client.getDatabases("*_not_such_database_*");
     Assert.assertEquals("No such databases size", 0, databases.size());
 
+    // Find all the databases by using * as the database names' pattern
+    databases = client.getDatabases("*");

Review Comment:
   We don't make any changes on the `getDatabases` method, these tests look 
unrelated to the change.



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