shuyouZZ opened a new pull request, #5873: URL: https://github.com/apache/hive/pull/5873
### What changes were proposed in this pull request? Update implementation for HMSHandler#get_databases ### Why are the changes needed? [HIVE-28921](https://github.com/apache/hive/pull/5782) modified the HMSHandler#get_databases and re-implemented it using get_databases_req. Here does not need to use getMS().getDatabaseObjects to get databases and then extract the name, just get the name directly using getMS().getDatabases. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Use the existing unit tests. -- 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