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/04/27 12:46:40 UTC

[hive] branch master updated (d7eea01 -> 3947502)

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 d7eea01  HIVE-25007: Implement insert overwrite for Iceberg tables (#2178) (Marton Bod, reviewed by Peter Vary and Laszlo Pinter)
     add 3947502  HIVE-24962: Implement partition pruning for Iceberg tables (Peter Vary reviewed by Laszlo Pinter and Marton Bod)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/mr/hive/HiveIcebergSerDe.java   |  33 +++++-
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java | 123 ++++++++++++++++++++
 .../TestHiveIcebergStorageHandlerWithEngine.java   |  60 +++++++++-
 .../hive/ql/exec/tez/DynamicPartitionPruner.java   | 124 +++++++++++++++++----
 .../apache/hadoop/hive/ql/io/HiveInputFormat.java  |  18 +++
 .../hive/ql/metadata/HiveStorageHandler.java       |   4 +-
 .../DynamicPartitionPruningOptimization.java       |  11 +-
 .../apache/hadoop/hive/ql/parse/GenTezUtils.java   |   6 +
 .../hive/ql/plan/DynamicPruningEventDesc.java      |  17 ++-
 .../org/apache/hadoop/hive/ql/plan/MapWork.java    |  10 ++
 .../apache/hadoop/hive/ql/plan/TableScanDesc.java  |   3 +
 .../ql/exec/tez/TestDynamicPartitionPruner.java    |  16 ++-
 12 files changed, 390 insertions(+), 35 deletions(-)