You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by gs...@apache.org on 2023/02/13 17:39:16 UTC

[hive] branch master updated (9658838a46b -> 0d3d5bcad76)

This is an automated email from the ASF dual-hosted git repository.

gsaihemanth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


    from 9658838a46b HIVE-27007: Iceberg: Use BasicStats from iceberg table's currrentSnapshot.summary() for query planning (Simhadri Govindappa, reviewed by Krisztian Kasa, Soumyakanti Das, Zsolt Miskolczi)
     add 0d3d5bcad76 HIVE-26952 - set the value of metastore.storage.schema.reader.impl
     add          t… (#3959) (Taraka Rama Rao Lethavadla, reviewed by Sourabh Badhya, Sai Hemanth)

No new revisions were added by this update.

Summary of changes:
 .../hive/metastore/TestStorageSchemaReader.java    | 181 +++++++++++++++++++++
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |   5 +-
 standalone-metastore/metastore-server/pom.xml      |   6 +
 .../hive/metastore/conf/TestMetastoreConf.java     |   3 +
 4 files changed, 194 insertions(+), 1 deletion(-)
 create mode 100644 itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestStorageSchemaReader.java