[
https://issues.apache.org/jira/browse/HIVE-29021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
shuyouZZ updated HIVE-29021:
----------------------------
Description:
[[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.
was:
[[HIVE-28921|https://github.com/apache/hive/pull/5782]| modified the
HMSHandler#get_databases and re-implemented it using get_databases_req.
We found that we don't need to use getDatabaseobject to get databases and then
get the name. We just need to use the getdabatases method directly.
> Update implementation for HMSHandler#get_databases
> --------------------------------------------------
>
> Key: HIVE-29021
> URL: https://issues.apache.org/jira/browse/HIVE-29021
> Project: Hive
> Issue Type: Improvement
> Reporter: shuyouZZ
> Priority: Major
>
> [[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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)