This is an automated email from the ASF dual-hosted git repository.
pvary pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from 94a20f8 HIVE-25577: unix_timestamp() is ignoring the time zone value
(Ashish Sharma, reviewed by Sankar Hariappan)
add 2b30ced HIVE-23633: Close Metastore JDO query objects properly
(Zhihua Deng reviewed by David Mollitor and Peter Vary) (#2344)
No new revisions were added by this update.
Summary of changes:
.../hadoop/hive/metastore/MetaStoreDirectSql.java | 742 ++++++++++-----------
.../apache/hadoop/hive/metastore/ObjectStore.java | 504 +++++++-------
.../apache/hadoop/hive/metastore/QueryWrapper.java | 430 ++++++++++++
3 files changed, 1001 insertions(+), 675 deletions(-)
create mode 100644
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/QueryWrapper.java