Skip to content

Releases: datastax/spark-cassandra-connector

Release 1.6.7

12 Jun 23:51
Compare
Choose a tag to compare

Includes:

  • Protect against overflows in Size Estimates (SPARKC-492)
  • Confirm truncation with datasource writes (SPARKC-472)

Release 2.0.2

26 May 22:24
Compare
Choose a tag to compare

Includes:

  • Protect against Size Estimate Overflows
(SPARKC-492)
  • Add java.time classes support to converters and sparkSQL
(SPARKC-491)
  • Allow Writes to Static Columns and Partition Keys (SPARKC-470)

Release 1.6.6

26 May 22:24
Compare
Choose a tag to compare

Includes:

  • Allow Writes to Static Columns and Partition Keys (SPARKC-470)
  • SessionProxy Should Proxy all Runtime Interfaces (SPARKC-476)
  • Always Use Codec Cache When Reading from Driver Rows (SPARKC-473)

Release 2.0.1

30 Mar 23:38
Compare
Choose a tag to compare
Prepare 2.0.1 Release

  * Refactor CustomTableScan Method (SPARKC-481)

Release 2.0.0

30 Mar 23:38
Compare
Choose a tag to compare
Prepare 2.0.0 Release

Includes
SPARKC-474: Driver Upgrade
SPARKC-473: RowReader Optimization for all RowReaders (SPARKC-383)

Release 1.6.5

16 Feb 04:49
Compare
Choose a tag to compare
Prepare 1.6.5 Release

* Optimize Spark Sql Count(*) with CassandraCount (SPARKC-412)
* Fix Incomplete Shading of Guava (SPARKC-461)
* Replace all Logging Dependencies from Spark-Core with Internal Class (SPARKC-460)
* Remove Java8 Dependency in CassandraConnectorConf (SPARKC-462)

Release 1.6.4

13 Jan 21:51
Compare
Choose a tag to compare
Prepare 1.6.4 Release

Merge branch 'b1.5' into b1.6

Release 1.5.2

13 Jan 17:17
Compare
Choose a tag to compare
v1.5.2

Prepare 1.5.2 Release

Release 1.4.5

13 Jan 17:18
Compare
Choose a tag to compare
Prepare 1.4.5 Release

Update Changes.txt

Release 1.6.3

18 Nov 10:20
Compare
Choose a tag to compare

1.6.3

  • Added SSL client authentication (SPARKC-359)
  • Correct order of "Limit" and "orderBy" clauses in JWCT (SPARKC-433)
  • Improved error messages on CreateCassandraTable from DataFrame (SPARKC-428)
  • Improved backwards compatibility with older Cassandra versions
    (SPARKC-387, SPARKC-402)
  • Fix partitioner on Integer.MIN_VALUE (SPARKC-419)