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/19 05:15:23 UTC

[hive] branch master updated (61b9683524f -> ad9b463575c)

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 61b9683524f HIVE-26922: Deadlock when rebuilding Materialized view stored by Iceberg (Krisztian Kasa, reviewed by Aman Sinha, Stamatis Zampetakis, Steve Carlin)
     add ad9b463575c HIVE-26711 The very first REPL Load should make the Target Database read-only. (Shreenidhi Saigaonkar, reviewed by Teddy Choi)

No new revisions were added by this update.

Summary of changes:
 .../hive/ql/parse/TestReplWithReadOnlyHook.java    | 129 +++++++++++++++++++++
 .../hadoop/hive/ql/exec/repl/ReplLoadTask.java     |  43 +++++++
 .../apache/hadoop/hive/common/repl/ReplConst.java  |   2 +
 3 files changed, 174 insertions(+)
 create mode 100644 itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplWithReadOnlyHook.java