You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2021/07/23 07:52:45 UTC

[hive] branch master updated (52aa04e -> c21464d)

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 52aa04e  HIVE-25359: Changes to metastore API in HIVE-24880 are not backwards compatible (Karen Coppage, reviewed by Laszlo Pinter)
     add c21464d  HIVE-25276: Enable automatic statistics generation for Iceberg tables (Peter Vary reviewed by Marton Bod, Marta Kuczora and Adam Szita)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       | 59 +++++++------
 .../TestHiveIcebergStorageHandlerWithEngine.java   | 97 ++++++++++++++++++++++
 .../org/apache/iceberg/mr/hive/TestHiveShell.java  |  9 +-
 .../test/queries/positive/describe_iceberg_table.q |  8 +-
 .../results/positive/describe_iceberg_table.q.out  | 81 ++++++++++++++++++
 .../results/positive/vectorized_iceberg_read.q.out | 10 +--
 .../hive/ql/ddl/table/create/CreateTableDesc.java  | 30 +++++--
 .../desc/formatter/TextDescTableFormatter.java     |  2 +-
 .../apache/hadoop/hive/ql/exec/tez/DagUtils.java   |  5 +-
 .../hadoop/hive/ql/parse/PartitionTransform.java   | 32 +++++--
 .../hive/ql/parse/PartitionTransformSpec.java      |  9 ++
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     |  3 +-
 .../hive/ql/exec/tez/TestTezOutputCommitter.java   |  1 +
 13 files changed, 293 insertions(+), 53 deletions(-)