xs-li opened a new pull request #27104: reduce degree recomputation in StronglyConnectedComponents URL: https://github.com/apache/spark/pull/27104 It would be helpful when computing StronglyConnectedComponents to reduce degree computation. I have done a small code proposal, because there is a problem when the pregel executions have done, the degree no need to be recomputed. I created a branch in my fork: https://github.com/xs-li/spark/blob/branch-2.4/graphx/src/main/scala/org/apache/spark/graphx/lib/StronglyConnectedComponents.scala I hope you can consider this small code proposal. Thank you very much, Best regards, xs-li
---------------------------------------------------------------- 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]
