You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ab...@apache.org on 2022/01/13 15:19:10 UTC

[hive] branch master updated (856f6b4 -> f3df749)

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

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


    from 856f6b4  HIVE-21074: Hive bucketed table query pruning does not work for IS NOT NULL condition (#2931) (Adam Szita, originally contributed by Thai Bui, reviewed by Peter Vary)
     add f3df749  HIVE-25637: Hive on Tez: inserting data failing into the non native hive external table managed by kafka storage handler (#2944) (Laszlo Bodor reviewed by Mahesh Kumar Behera)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/exec/tez/DagUtils.java   | 79 +++++++++++++++-------
 .../hadoop/hive/ql/exec/tez/TezProcessor.java      |  6 +-
 .../hadoop/hive/ql/exec/tez/TestTezProcessor.java  | 66 ++++++++++++++++++
 3 files changed, 124 insertions(+), 27 deletions(-)
 create mode 100644 ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezProcessor.java