Update to spark-version: 3.5.4 and fix Connected component suite#478
Merged
rjurney merged 3 commits intographframes:masterfrom Jan 13, 2025
Merged
Update to spark-version: 3.5.4 and fix Connected component suite#478rjurney merged 3 commits intographframes:masterfrom
rjurney merged 3 commits intographframes:masterfrom
Conversation
Collaborator
|
@bjornjorgensen The code looks great, thank you very much for this contribution! I hope you enjoyed it and can contribute more to GraphFrames :) Testing it now... Okay, it passes [info] All tests passed.
[success] Total time: 68 s, completed Jan 13, 2025, 2:53:24 AMIn my own development, I am a little confused about where to find what settings can be changed at the time you create a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the CI workflows and enhancements to the
ConnectedComponentsobject in theConnectedComponents.scalafile. The most important changes are listed below:CI Workflow Updates:
3.5.0to3.5.4in the Python CI workflow file.github/workflows/python-ci.yml.3.5.0to3.5.4in the Scala CI workflow file.github/workflows/scala-ci.yml.Enhancements to
ConnectedComponents:ConnectedComponentsalgorithm inConnectedComponents.scala.ConnectedComponentsalgorithm inConnectedComponents.scala.