This is an automated email from the ASF dual-hosted git repository. jiangxb1987 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git.
from 57254c9 [SPARK-30667][CORE] Add allGather method to BarrierTaskContext add fa3517c Revert "[SPARK-30667][CORE] Add allGather method to BarrierTaskContext" No new revisions were added by this update. Summary of changes: .../org/apache/spark/BarrierCoordinator.scala | 113 ++------------- .../org/apache/spark/BarrierTaskContext.scala | 153 +++++++-------------- .../org/apache/spark/api/python/PythonRunner.scala | 51 ++----- .../spark/scheduler/BarrierTaskContextSuite.scala | 74 ---------- python/pyspark/taskcontext.py | 49 +------ python/pyspark/tests/test_taskcontext.py | 20 --- 6 files changed, 79 insertions(+), 381 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org