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/03/18 07:04:59 UTC

[hive] branch master updated (b4f493b -> 61d5c64)

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 b4f493b  HIVE-24882: Compaction task reattempt fails with FileAlreadyExistsException for DeleteEventWriter (Naresh Panchetty Ramanaiah, reviewed by Denys Kuzmenko)
     add 61d5c64  HIVE-24718: Moving to file based iteration for copying data (Arko Sharma, reviewed by Pravin Kumar Sinha )

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java |   9 +-
 .../hadoop/hive/ql/parse/ReplicationTestUtils.java |  30 +-
 .../TestReplicationScenariosAcrossInstances.java   |  80 +++--
 .../TestReplicationScenariosExclusiveReplica.java  |  71 ++--
 .../TestReplicationScenariosExternalTables.java    | 114 +++----
 ...icationScenariosExternalTablesMetaDataOnly.java |  61 ++--
 .../parse/TestTableLevelReplicationScenarios.java  |  31 +-
 .../hadoop/hive/ql/exec/repl/DirCopyWork.java      |  10 +-
 .../hadoop/hive/ql/exec/repl/ReplDumpTask.java     |  90 +++--
 .../hadoop/hive/ql/exec/repl/ReplDumpWork.java     |  98 ++++--
 .../hive/ql/exec/repl/ReplExternalTables.java      | 376 ++++++---------------
 .../hadoop/hive/ql/exec/repl/ReplLoadTask.java     |   2 +-
 .../hadoop/hive/ql/exec/repl/ReplLoadWork.java     |  42 ++-
 .../events/filesystem/DatabaseEventsIterator.java  |   2 +-
 .../hadoop/hive/ql/exec/repl/util/FileList.java    | 266 +++++++++------
 .../hive/ql/exec/repl/util/FileListStreamer.java   | 141 --------
 .../hadoop/hive/ql/exec/repl/TestReplDumpTask.java |   4 -
 .../hive/ql/exec/repl/util/TestFileList.java       | 295 +++++++++++-----
 18 files changed, 824 insertions(+), 898 deletions(-)
 delete mode 100644 ql/src/java/org/apache/hadoop/hive/ql/exec/repl/util/FileListStreamer.java