Skip to content

Releases: datastax/spark-cassandra-connector

2.5.1

10 Sep 06:02
Compare
Choose a tag to compare

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

26 Nov 16:59
912201b
Compare
Choose a tag to compare

Scala 2.12 Support Added

Release 2.4.0

14 Dec 20:58
Compare
Choose a tag to compare

Support for Spark 2.4

Release 2.3.2

20 Sep 19:53
Compare
Choose a tag to compare
Prepare Release 2.3.2

    * Contains patches from 2.0.10

Release 2.0.10

20 Sep 19:53
Compare
Choose a tag to compare
Prepare Release 2.0.10

    * Includes all patches up to 1.6.13

Release 1.6.13

20 Sep 19:52
Compare
Choose a tag to compare
Prepare Release 1.6.13

    * Fix Thread Safety issue in AnyObjectFactory (SPARKC-550)

Release 2.3.1

09 Jul 19:11
Compare
Choose a tag to compare
Prepare Release 2.3.1

  * Include all patches up to 2.0.9

Release 2.0.9

09 Jul 19:11
Compare
Choose a tag to compare
Prepare Release 2.0.9

   * Includes all patches up to 1.6.12

Release 1.6.12

09 Jul 19:10
Compare
Choose a tag to compare
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

06 Jul 21:20
Compare
Choose a tag to compare
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