Neo4j Connector for Apache Spark 5.0.0
Hello Community!
We are pleased to announce the 5.0.0
of the Spark Connector which is the first official release that fully supports Neo4j 5.0 and Neo4j 4.4. For earlier versions of <= Neo4j 4.3, please use Neo4j Apache Spark 4.2.
N.B Because of a bug in Spark, the Aggregate Pushdown feature can only be activated with Spark >3.2.2 (please see apache/spark#36727)
There are three files:
neo4j-connector-apache-spark_2.12-5.0.0_for_spark_3.jar
, md5ce814cd8d0a34f14599302895be13956
neo4j-connector-apache-spark_2.13-5.0.0_for_spark_3.jar
, md539e5ebb2b71a3f93d3230db91f25e2db
What's Changed
- Code clean by @conker84 in #445
- fixes #391: Support Spark 3.2 DatasourceV2 Aggregate pushdown by @conker84 in #431
- Support Neo4j 5.0 indexes and constraints syntax changes by @conker84 in #449
Full Changelog: 4.1.5...5.0.0