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/01/18 09:48:25 UTC

[hive] branch master updated (bdf9da2 -> 2fcbb83)

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 bdf9da2  HIVE-24644: QueryResultCache parses the query twice (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez, Viacheslav Avramenko)
     add 2fcbb83  HIVE-24629: Invoke output committer in TezProcessor (Marton Bod reviewed by Laszlo Bodor and Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   3 +
 .../apache/hadoop/hive/ql/exec/tez/DagUtils.java   |  11 +-
 .../hadoop/hive/ql/exec/tez/TezProcessor.java      |  21 ++-
 .../hadoop/hive/ql/exec/tez/TestDagUtils.java      |  27 +++
 .../hive/ql/exec/tez/TestTezOutputCommitter.java   | 187 +++++++++++++++++++++
 5 files changed, 246 insertions(+), 3 deletions(-)
 create mode 100644 ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezOutputCommitter.java