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

[hive] branch master updated (43a08a8 -> 81f2ee3)

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

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


    from 43a08a8  HIVE-25942: Upgrade commons-io version to 2.8.0 due to CVE-2021-29425. (#3008) (Syed Shameerur Rahman reviewed by Zoltan Haindrich)
     add 81f2ee3  HIVE-25895: Bootstrap tables in table_diff during Incremental Load. (#2980). (Ayush Saxena, reviewed by Pravin Kumar Sinha)

No new revisions were added by this update.

Summary of changes:
 .../parse/TestReplicationOptimisedBootstrap.java   | 269 +++++++++++++++++++++
 .../hive/ql/exec/repl/OptimisedBootstrapUtils.java |  38 +++
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java     |  75 ++++--
 .../hadoop/hive/ql/exec/repl/ReplLoadTask.java     |  34 ++-
 .../hadoop/hive/ql/exec/repl/ReplLoadWork.java     |  20 +-
 5 files changed, 418 insertions(+), 18 deletions(-)