You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ku...@apache.org on 2021/01/27 08:29:54 UTC

[hive] branch master updated (08fd61d -> 25c43b8)

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

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


    from 08fd61d  HIVE-24667: Truncate optimization to avoid unnecessary per partition DB get operations (Denys Kuzmenko, reviewed by Peter Varga)
     add 25c43b8  HIVE-24679: Reuse FullDPSpecs in loadDynamicPartitions to avoid double listing (#1903) (Peter Varga, reviewed by Marta Kuczora)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/ql/exec/MoveTask.java   |  29 ++---
 .../org/apache/hadoop/hive/ql/exec/Utilities.java  |  84 ++++++++----
 .../org/apache/hadoop/hive/ql/metadata/Hive.java   | 144 +++------------------
 3 files changed, 88 insertions(+), 169 deletions(-)