-
Notifications
You must be signed in to change notification settings - Fork 252
Spark 3.4.1 and drop EOL Spark versions 3.0 and 3.1 #430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #430 +/- ##
==========================================
+ Coverage 91.07% 91.30% +0.23%
==========================================
Files 18 18
Lines 829 828 -1
Branches 49 55 +6
==========================================
+ Hits 755 756 +1
+ Misses 74 72 -2 see 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more 📢 Have feedback on the report? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think Spark 3.0 and 3.1 can be removed as they are EOL.
Latest Spark 3.2 version is 3.2.4, could be updated while we are here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Can this be merged with new packages built? |
@EnricoMi @eejbyfeldt could you please merge? |
Neither of us have commit rights to this repo. Merging would require someone like @WeichenXu123 that have merged PRs in the past. |
Also tagging @mengxr |
@WeichenXu123 can you merge this PR? I love this software, what do we have to do to get a release cut? It has been two years! I need my big data motif searches :) |
Or @mengxr can you cut a release? |
Does this need fixing? https://github.com/graphframes/graphframes/actions/runs/6105938737/job/16570195522#step:5:1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
To me this looks unrelated to the changes. Retriggered CI to see it it passes the second time. |
Does all tests pass but just sbt raise error when exiting ? |
Looks there was a seg fault in the jvm:
|
SHIP IT 😬 |
Can we also get a Scala 2.13 release? #426 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor bump of Spark 3.3.2 to 3.3.3.
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
@WeichenXu123 @mengxr - thanks for your efforts here, it looks like we're close to merging this? |
Yes, thanks everyone! Let's keep this project alive. |
So now a release has to get cut? |
@rjurney spark 3.5 will be released soon, shall we wait and add spark 3.5 support and then release a new graphframe version ? |
Graphframe 0.8.3 is released: https://github.com/graphframes/graphframes/releases/tag/v0.8.3 We can use it by command like: Doc is here: https://graphframes.github.io/graphframes/ |
@WeichenXu123 Spark 3.5.0 has been released, graphframes 0.8.3 can now be released for Spark 3.5.0 as well. |
Can you update the QuickStart doc with the new version? It still says 0.6 |
Doc page is updated! See https://graphframes.github.io/graphframes/docs/_site/quick-start.html |
Thanks, I meant to get a PR in and didn't quite push it. I appreciate it.
Thanks,
Russell Jurney @rjurney <http://twitter.com/rjurney>
***@***.*** LI <http://linkedin.com/in/russelljurney> FB
<http://facebook.com/jurney> datasyndrome.com Book a time on Calendly
<https://calendly.com/rjurney_personal/30min>
…On Fri, Oct 13, 2023 at 9:08 PM WeichenXu ***@***.***> wrote:
@rjurney <https://github.com/rjurney>
Doc page is updated! See
https://graphframes.github.io/graphframes/docs/_site/quick-start.html
—
Reply to this email directly, view it on GitHub
<#430 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKJJPWH4ZO3FKL5RNZTNLX7IF5LANCNFSM6AAAAAAXJN3ZXE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Adds support and make Spark 3.4.1 the default sbt build.
Building with spark 3.4.1 seems to require no actual code changes.