You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2021/08/03 04:26:42 UTC

[hive] branch master updated (75dea70 -> cb476f7)

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

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


    from 75dea70  HIVE-25373 : Modify buildColumnStatsDesc to send configured number of stats for updation (Mahesh Kumar Behera, reviewed by  Rajesh Balamohan)
     add cb476f7  HIVE-24946: Handle failover case during repl load (Haymant Mangla, reviewed by Pravin Kumar Sinha)

No new revisions were added by this update.

Summary of changes:
 .../parse/TestReplicationScenariosAcidTables.java  | 566 +++++++++++++++++++--
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java     |  45 +-
 .../hadoop/hive/ql/exec/repl/ReplLoadTask.java     |  37 +-
 .../hadoop/hive/ql/exec/repl/ReplLoadWork.java     |  12 +-
 .../hadoop/hive/ql/exec/repl/ReplStateLogWork.java |  14 +-
 .../incremental/IncrementalLoadTasksBuilder.java   |  19 +-
 .../hadoop/hive/ql/exec/repl/util/ReplUtils.java   |  39 +-
 .../org/apache/hadoop/hive/ql/parse/EximUtil.java  |   4 +-
 .../hive/ql/parse/ReplicationSemanticAnalyzer.java |  11 +-
 .../repl/load/message/AlterDatabaseHandler.java    |   4 +-
 .../hive/ql/stats/TestStatsUpdaterThread.java      |   6 +-
 .../apache/hadoop/hive/common/repl/ReplConst.java  |   4 +-
 .../hive/metastore/utils/MetaStoreUtils.java       |  23 +-
 .../hive/metastore/TestPartitionManagement.java    |   7 +-
 14 files changed, 661 insertions(+), 130 deletions(-)