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

roryqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


    from e5e1b304 [MINOR] refactor: use general method to check the remote 
storage existence (#980)
     add 625377c9 [#993] feat(tez): Optimize the method of obtain the 
application attemptId (#1021)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/tez/common/IdUtils.java   |   19 -
 .../common/shuffle/impl/RssShuffleManager.java     |    7 +-
 .../common/shuffle/impl/RssTezFetcherTask.java     |   26 +-
 .../common/shuffle/orderedgrouped/RssShuffle.java  |    7 +-
 .../orderedgrouped/RssShuffleScheduler.java        |   21 +-
 .../library/common/sort/impl/RssSorter.java        |    9 +-
 .../library/common/sort/impl/RssUnSorter.java      |    9 +-
 .../library/input/RssOrderedGroupedKVInput.java    |    8 +-
 .../runtime/library/input/RssUnorderedKVInput.java |    8 +-
 .../output/RssOrderedPartitionedKVOutput.java      |    6 +
 .../library/output/RssUnorderedKVOutput.java       |    6 +
 .../output/RssUnorderedPartitionedKVOutput.java    |    6 +
 .../common/shuffle/impl/RssShuffleManagerTest.java |   10 +-
 .../orderedgrouped/RssShuffleSchedulerTest.java    | 1217 +++++++++-----------
 .../shuffle/orderedgrouped/RssShuffleTest.java     |  138 +--
 .../library/common/sort/impl/RssSorterTest.java    |    5 +
 .../library/common/sort/impl/RssUnSorterTest.java  |    2 +
 .../input/RssOrderedGroupedKVInputTest.java        |   36 +-
 .../runtime/library/output/OutputTestHelpers.java  |    1 +
 .../library/output/RssUnorderedKVOutputTest.java   |   36 +-
 20 files changed, 757 insertions(+), 820 deletions(-)

Reply via email to