You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by tc...@apache.org on 2023/01/20 05:42:51 UTC

[hive] branch master updated (ed3261f3a4e -> c1294a68d4e)

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

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


    from ed3261f3a4e HIVE-26925: MV with iceberg storage format fails when contains 'PARTITIONED ON' clause due to column number/types difference. (Krisztian Kasa, reviewed by Aman Sinha, Stamatis Zampetakis)
     add c1294a68d4e HIVE-26942 : Prevent updation of "repl.target.last.id" when RESUME action initiated (Shreenidhi Saigaonkar, reviewed by Teddy Choi)

No new revisions were added by this update.

Summary of changes:
 .../parse/TestReplicationScenariosAcidTables.java  | 27 ++++++++++++++++++++++
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java     |  2 ++
 .../hadoop/hive/ql/exec/repl/ReplLoadTask.java     |  2 ++
 .../apache/hadoop/hive/common/repl/ReplConst.java  |  7 ++++++
 .../apache/hadoop/hive/metastore/HMSHandler.java   |  4 +++-
 5 files changed, 41 insertions(+), 1 deletion(-)