You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by aa...@apache.org on 2021/01/19 05:50:38 UTC

[hive] branch master updated (5ef33d6 -> 0061f50)

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

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


    from 5ef33d6  HIVE-24623: Wrong FS error during dump for table-level replication when staging is remote. (Arko Sharma, reviewed by Aasha Medhi)
     add 0061f50  HIVE-24558 : Handle update in table level regular expression (Aasha Medhi, reviewed by Pravin Kumar Sinha)

No new revisions were added by this update.

Summary of changes:
 .../TestReplicationScenariosExclusiveReplica.java  |   4 +-
 .../parse/TestTableLevelReplicationScenarios.java  | 363 ++++++++++++++++++---
 .../hadoop/hive/ql/parse/WarehouseInstance.java    |  15 +-
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java     | 126 ++++---
 .../hadoop/hive/ql/exec/repl/ReplDumpWork.java     |  10 +-
 .../hive/ql/parse/ReplicationSemanticAnalyzer.java |  33 --
 .../parse/repl/dump/events/AlterTableHandler.java  |   2 +-
 .../hive/ql/parse/repl/load/DumpMetaData.java      |  23 +-
 .../hadoop/hive/ql/exec/repl/TestReplDumpTask.java |   7 +-
 .../apache/hadoop/hive/common/repl/ReplScope.java  |  21 ++
 10 files changed, 452 insertions(+), 152 deletions(-)