Releases: datastax/spark-cassandra-connector
Releases · datastax/spark-cassandra-connector
2.5.1
2.5.1 LTS Release for Spark 2.4
- Include all DS Specific Features
- Includes CassandraHiveMetastore
- Structured Streaming Sink Support
- DirectJoin Catalyst Optimziation
- Ttl and Writetime functions for Dataframes
- Astra and Java Driver 4.0 Support
- InJoin Optimizations
- Read Throttle
- Continuous Paging For DSE Clusters
- More
- Introduce shaded version of the main artifact
Release 2.4.2
Scala 2.12 Support Added
Release 2.4.0
Support for Spark 2.4
Release 2.3.2
Prepare Release 2.3.2 * Contains patches from 2.0.10
Release 2.0.10
Prepare Release 2.0.10 * Includes all patches up to 1.6.13
Release 1.6.13
Prepare Release 1.6.13 * Fix Thread Safety issue in AnyObjectFactory (SPARKC-550)
Release 2.3.1
Prepare Release 2.3.1 * Include all patches up to 2.0.9
Release 2.0.9
Prepare Release 2.0.9 * Includes all patches up to 1.6.12
Release 1.6.12
Prepare Release 1.6.12 * Ignore Solr_query when setting up Writing (SPARKC-541) * Backport of SPARKC-503 - JWCT Query Throttling (SPARKC-542) * Allow Split Count to be passed to CassandraSourceRelation (SPARKC-527) * Allow setting spark.cassandra.concurrent.reads in SparkConf (SPARKC-520)
Release 2.3.0
Prepare Release 2.3.0 * Support for Spark 2.3.0 (SPARKC-530) * Pushdown filter for composite partition keys doesn't work (SPARKC-490) * Removal of Scala-2.10 support