Vineet Garg created HIVE-23160: ---------------------------------- Summary: get_partitions_with_specs fail to close the query Key: HIVE-23160 URL: https://issues.apache.org/jira/browse/HIVE-23160 Project: Hive Issue Type: Sub-task Components: Metastore, Standalone Metastore Affects Versions: 4.0.0 Reporter: Vineet Garg
The api relies on try to close the resource (query) but it fails (likely because try is calling close but instead closeAll need to be called) -- This message was sent by Atlassian Jira (v8.3.4#803005)