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/03/09 05:23:37 UTC

[hive] branch master updated (2b9d290c04c -> dfb1dd9edba)

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 2b9d290c04c HIVE-27107 : Fix improper metrics count for RESUME/RESET workflow (#4084) (Shreenidhi Saigaonkar, reviewed by Teddy Choi)
     add dfb1dd9edba HIVE-27123 : In PRE_OPTIMIZED_BOOTSTRAP operation, Load side stores dump_execution_id as -1 (#4100) (Harshal Patel, reviewed by Teddy Choi)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hive/ql/exec/repl/OptimisedBootstrapUtils.java    | 6 ++++--
 ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadWork.java   | 6 +++---
 .../java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadWorkMBean.java | 3 ++-
 .../apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java    | 3 ++-
 .../org/apache/hadoop/hive/ql/parse/repl/load/DumpMetaData.java     | 4 ++--
 5 files changed, 13 insertions(+), 9 deletions(-)