Neo4j Connector for Apache Spark 4.2.0
Hello Community!
We are pleased to announce the 4.2.0
of the Spark Connector with this version we deprecated the support for Spark 2.4 and support only Spark versions from 3.2.
With this release we added the support for Spark's Aggregate Pushdown which allows doing aggregations directly in Neo4j.
Nota bene Given a Spark bug the Aggregate Pushdown feature can be activated only from Spark 3.2.2 (please see apache/spark#36727)
There are three files:
neo4j-connector-apache-spark_2.12-4.2.0_for_spark_3.jar
, md56de1f93ece9f45aa51486317a62620f0
neo4j-connector-apache-spark_2.13-4.2.0_for_spark_3.jar
, md5a79cf2b9d8d6725587760fa149932be2
What's Changed
- fixes #391: Support Spark 3.2 DatasourceV2 Aggregate pushdown by @conker84 in 1585e97
- Code clean by @conker84 in #445
- Improved Spark version validation by @conker84 in #448
Full Changelog: 4.1.5...4.2.0