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 2023/02/15 07:09:39 UTC

[hive] branch master updated (9680c30edcb -> ca9e6c2c23a)

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 9680c30edcb HIVE-27031: Iceberg: Implement Copy-On-Write for Delete Queries. (#4026). (Ayush Saxena, reviewed by Denys Kuzmenko)
     add ca9e6c2c23a HIVE-27056: Ensure that MR distcp goes to the same Yarn queue as other parts of the query (#4037) (Laszlo Bodor reviewed by Ayush Saxena)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |  3 ++
 .../hadoop/hive/ql/exec/tez/TezSessionState.java   |  5 ++-
 .../apache/hadoop/hive/shims/Hadoop23Shims.java    | 45 ++++++++++++++++++----
 .../hadoop/hive/shims/TestHadoop23Shims.java       | 45 ++++++++++++++++++++++
 4 files changed, 89 insertions(+), 9 deletions(-)