-
Notifications
You must be signed in to change notification settings - Fork 922
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
SPARKC-693 Support for Spark 3.3 #1351
Conversation
@tobiasstadler thanks for submitting the PR!
Thanks again. Cheers! 🍻 |
Co-authored-by: Jack Richard Buggins <[email protected]>
I think the final small task I can see is to pop a note for docs under |
@JackBuggins I update the version compatibility |
@ErickRamirezAU / @JackBuggins Is there anything missing from my side? |
Not to my knowledge @tobiasstadler, thank you. It is now for code owner review from @ErickRamirezAU et al. |
This is awesome, thank you for the contribution! Would you be interested into looking into Scala 2.13 support? |
Thank You! Do you have any plans for a 3.3 release? |
We can do a release without 2.13 and add it later. I'll do a release this week. Thanks again! |
@jtgrabowski afaik #1349 has support for Scala 2.13 |
I asked the author for a followup, if there is no movement for a couple of days I'll release without 2.13 support. |
@jtgrabowski Could you please do a release without Scala 2.13 support? |
Yeah, I'm planning to release it today. |
Thank you so much! |
Description
How did the Spark Cassandra Connector Work or Not Work Before this Patch
Spark Cassandra Connector did not work with Spark 3.3 before this patch
General Design of the patch
Updated Spark to 3.3, fixed compilation and tests
How Has This Been Tested?
unit and integration tests
Checklist: