Jintong Jiang created HIVE-28921: ------------------------------------ Summary: Add API and implementation for retrieving database objects with properties Key: HIVE-28921 URL: https://issues.apache.org/jira/browse/HIVE-28921 Project: Hive Issue Type: Improvement Components: API Affects Versions: 4.0.0 Reporter: Jintong Jiang Assignee: Jintong Jiang
Currently, HMS only provides APIs to retrieve database names ({{{}get_databases{}}} and {{{}get_all_databases{}}}), but these don't return the full database objects with their properties. This forces clients to make additional calls to retrieve database properties when needed. The new API allows retrieving database objects directly with a single call, which is more efficient and reduces network overhead. -- This message was sent by Atlassian Jira (v8.20.10#820010)