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/04/26 04:39:30 UTC

[hive] branch master updated (e3dd932 -> 8ca5f25)

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 e3dd932  HIVE-23820: [HS2] Send tableId in request for get_table_request API (Ashish Sharma, reviewed by Kishen Das, Adesh Rao, Sankar Hariappan)
     add 8ca5f25  HIVE-25035. Allow creating single copy tasks for configured paths during external table replication. (#2197)(Ayush Saxena, reviewed by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   7 ++
 .../TestReplicationScenariosExternalTables.java    | 106 ++++++++++++++++++++-
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java     |  46 +++++----
 .../hive/ql/exec/repl/ReplExternalTables.java      |  47 ++++++---
 4 files changed, 172 insertions(+), 34 deletions(-)