You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by as...@apache.org on 2022/03/02 14:49:00 UTC

[hive] branch master updated (f15e67b -> 655006a)

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

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


    from f15e67b  HIVE-24949: Fail to rename a partition with customized catalog (#2910) (Zhihua Deng reviewed by Zoltan Haindrich)
     add 655006a  HIVE-25986: Statement id is incorrect in case of load in path to MM table (Antal Sinkovits, reviewed by Peter Vary)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/TestLocationQueries.java | 49 ++++++++++++++++++++++
 .../java/org/apache/hadoop/hive/ql/QueryPlan.java  |  8 +++-
 .../org/apache/hadoop/hive/ql/exec/MoveTask.java   |  4 +-
 .../test/queries/clientpositive/acid_load_data.q   |  6 +++
 .../clientpositive/llap/acid_load_data.q.out       | 16 +++++++
 5 files changed, 79 insertions(+), 4 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/acid_load_data.q
 create mode 100644 ql/src/test/results/clientpositive/llap/acid_load_data.q.out