jiangxb1987 commented on issue #27395: [SPARK-30667][CORE] Add allGather method to BarrierTaskContext URL: https://github.com/apache/spark/pull/27395#issuecomment-588558039 Reverted from both master and 3.0 It seems the merge script provides a weird behavior: when you tried to merge this PR, it automatically cherry-picked the latest commit (which was reverted before). The following output from my local environment: ``` Enter a branch name [branch-3.0]: git fetch apache branch-3.0:PR_TOOL_PICK_PR_27395_BRANCH-3.0 remote: Enumerating objects: 307, done. remote: Counting objects: 100% (307/307), done. remote: Compressing objects: 100% (8/8), done. remote: Total 692 (delta 288), reused 305 (delta 288), pack-reused 385 Receiving objects: 100% (692/692), 98.68 KiB | 5.48 MiB/s, done. Resolving deltas: 100% (336/336), completed with 79 local objects. From https://github.com/apache/spark * [new branch] branch-3.0 -> PR_TOOL_PICK_PR_27395_BRANCH-3.0 * [new branch] branch-3.0 -> apache/branch-3.0 git checkout PR_TOOL_PICK_PR_27395_BRANCH-3.0 Switched to branch 'PR_TOOL_PICK_PR_27395_BRANCH-3.0' git cherry-pick -sx 57254c9719f9af9ad985596ed7fbbaafa4052002 The previous cherry-pick is now empty, possibly due to conflict resolution. ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
