-
Notifications
You must be signed in to change notification settings - Fork 138
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
Spark 3.5 update #755
Comments
yup, but so far I've only found this on the encoder side
|
Seems I missed one forwarded call from the 3.4 support functions/package.scala and the function doesn't exist anymore so the forwarding reflection/package also breaks. No other compiler issues and after fixing that all tests pass CI. I've kept the functional change commit and build fix separate from the mass of scalafmt changes but it's just 3.5 in build.sbt plus the two above changes and readme. I also had to bump the heap. PR: #759 |
* #755 - spark 3.5.0 version * #755 - spark 3.5.0 version - re-formatting only * #755 - spark 3.5.0 version - re-formatting only * #755 - spark 3.5.0 version - build root 34 fix * #755 - spark 3.5.0 version - build root 34 fix - gc * #755 - spark 3.5.0 version - build root 34 fix - gc oops * #755 - remove jvmopts, add ci param, per cchantep
fyi - @pomadchin @cchantep - the readme versions aren't correct., also the 0.15 wouldn't include 3.5 support either I've raised #761 to fix that |
@pomadchin @cchantep - hihi, any idea when you'll be able to release the support? In case it was thought to go out in 15.0 it's not included in the changes (reflection still calls oisNativeType in the downloaded source). If this has happened due to something in the PR please let me know so I can avoid making the same mistake. |
As merged, it is in snapshot |
I can confirm 0.15.0-2-79dfcb7-SNAPSHOT includes the fixes |
@pomadchin - given the prep merge and build on #772 would it be possible to release 0.16.0 ? |
hey @chris-twiner yes! I'll cut a release soon. |
@pomadchin - awesome present, many thanks! I've also tested on DBR 14.0 and 14.1 where it all works swimmingly. DBR 14.2, alas, does not, I'll raise a ticket when I know what's actually going on (assuming it's just StaticInvoke constructor has a new default param) |
Update up to Spark 3.5 and drop Spark 3.2.
It looks like there are some changes again: #754
The text was updated successfully, but these errors were encountered: