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