The 4.0.0 release adds support for Spark 2.2. The published artifact is compatible with both Spark 2.1 and 2.2.
New Features:
- Support for Spark 2.2 (#242)
Bug fixes:
- Fix name conflict in nested records (#249)
Unclaimed project
Are you a maintainer of spark-avro? Claim this project to take control of your public changelog and roadmap.
The 4.0.0 release adds support for Spark 2.2. The published artifact is compatible with both Spark 2.1 and 2.2.
New Features:
Bug fixes:
⚠️ Important: If you are using Spark 1.x, then use v2.0.1 instead. 3.x releases of this library are only compatible with Spark 2.x.
The 3.2.0 release (which supports Spark 2.x) adds support for Spark 2.1.0+. The published artifact is compatible with both Spark 2.0.x and 2.1.x.
This will most likely be the last release to supp...
⚠️ Important: If you are using Spark 1.x, then use v2.0.1 instead. 3.x releases of this library are only compatible with Spark 2.x.
The 3.1.0 release (which supports Spark 2.x) contains the following changes:
New Features:
The 3.0.1 release (which is compatible with Spark 2.0.0 or higher) includes the following bug fixes:
NullPointerException when using Kryo serialization (#147, #148, #170).In addition, the README examples have been updated to use SparkSession instead of SqlContext (which is deprecated as of Spa...