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/20 13:52:50 UTC

[hive] branch master updated (05a2c2f -> 76c49b9)

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 05a2c2f  HIVE-25354: Handle unsupported queries for Iceberg tables (Marton Bod, reviewed by Laszlo Pinter and Peter Vary)
     add 76c49b9  HIVE-25276: Enable automatic statistics generation for Iceberg tables (Peter Vary reviewed by Marton Bod and Adam Szita)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/mr/hive/HiveIcebergMetaHook.java       | 33 +++++---
 .../TestHiveIcebergStorageHandlerWithEngine.java   | 97 ++++++++++++++++++++++
 .../org/apache/iceberg/mr/hive/TestHiveShell.java  |  9 +-
 .../results/positive/vectorized_iceberg_read.q.out | 10 +--
 .../hive/ql/ddl/table/create/CreateTableDesc.java  | 30 +++++--
 .../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 +
 10 files changed, 190 insertions(+), 39 deletions(-)