-
Notifications
You must be signed in to change notification settings - Fork 75
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.4 Support #343
Comments
I have tested it on Databricks with Spark 3.4.1 and it works. |
I tested it with spark 3.5 as well and it works fine. |
Unless Spark changed some of the APIs we use between versions, Abris will work fine. Thanks for reporting your tests, it's valuable information for us and for other Abris users. |
There is some incompatibility on spark 3.5. It seems some constructors have changed, giving Abris problems.
|
Hi @jelmew @cerveada See https://issues.apache.org/jira/browse/SPARK-43380. We need to take care of this for the next release of Spark |
This is using databricks runtime 14.2 https://docs.databricks.com/en/release-notes/runtime/14.2.html. They might have backported something from master? Kind regards, Edit, Okay, yup. They included it. |
+1 |
Hi @jelmew |
+1 |
Hi @jelmew |
We are testing. |
Same problem here. It seems that AvroDeserializer contructor changed a lot recently, adding more params to the constructor. This way: We are also using Databricks last LTS version 14.3 which in theory uses 3.5.0 but it should have some customizations and it seems AvroDeserializer is already being provided by one of their jars and it has the new version with 5 parameters. We printed out available contructors and we checked that the available constructor is the one with 5 parameters. With databricks 13.3 it works fine |
I agree on that. Databricks 13.3 works fine, but 14.3 lts had the above problem once again |
Is it planned to support spark 3.4.x ?
The text was updated successfully, but these errors were encountered: