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 c94b408  HIVE-25265: Reenable withEngine Iceberg tests (Marton Bod 
reviewed by Peter Vary)
     add 66ba9e9  HIVE-25218. Add a replication migration tool for external 
tables. (#2369)(Ayush Saxena, reviewed by Aasha Medhi)

No new revisions were added by this update.

Summary of changes:
 bin/ext/{metatool.sh => replMigration.sh}          |  12 +-
 bin/hive                                           |   4 +
 .../ql/parse/TestReplicationMigrationTool.java     | 408 +++++++++++++++
 .../ql/exec/repl/ReplicationMigrationTool.java     | 546 +++++++++++++++++++++
 4 files changed, 964 insertions(+), 6 deletions(-)
 copy bin/ext/{metatool.sh => replMigration.sh} (80%)
 create mode 100644 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationMigrationTool.java
 create mode 100644 
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplicationMigrationTool.java

Reply via email to