Skip to content

Commit b2db104

Browse files
Prepare 1.6.4 Release
Merge branch 'b1.5' into b1.6
2 parents 3b2f3b5 + 193b930 commit b2db104

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

CHANGES.txt

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
* Add RDD.deleteFromCassandra() method (SPARKC-349)
2-
* Fixed use of connection.local_dc parameter (SPARKC-448)
1+
1.6.4
2+
* Find converters for classes on different classloaders (SPARKC-363)
3+
* Fix CassandraConnector and Session Race Condition (SPARKC-441)
4+
* Fixed use of connection.local_dc parameter (SPARKC-448)
5+
* Add RDD.deleteFromCassandra() method (SPARKC-349) (backport)
6+
* Left join with Cassandra (SPARKC-181) (backport)
7+
* CustomDriverConverter support for DataFrame Conversions (SPARKC-440)
38

49
1.6.3
510
* Added SSL client authentication (SPARKC-359)
@@ -70,7 +75,13 @@
7075

7176
********************************************************************************
7277

73-
* Fixed use of connection.local_dc parameter (SPARKC-448)
78+
1.5.2
79+
* Find converters for classes on different classloaders (SPARKC-363)
80+
* Disallow TimeUUID predicate pushdown (SPARKC-405)
81+
* Avoid overflow on SplitSizeInMB param (SPARKC-413)
82+
* Fix CassandraConnector and Session Race Condition (SPARKC-441)
83+
* Correct Order of "limit" and "orderBy" clauses in JWCT (SPARKC-443)
84+
* Fixed use of connection.local_dc parameter (SPARKC-448)
7485

7586
1.5.1
7687
* Includes all patches up to 1.4.4
@@ -112,7 +123,13 @@
112123

113124
********************************************************************************
114125

115-
* Fixed use of connection.local_dc parameter (SPARKC-448)
126+
1.4.5
127+
* Find converters for classes on different classloaders (SPARKC-363)
128+
* Disallow TimeUUID predicate pushdown (SPARKC-405)
129+
* Avoid overflow on SplitSizeInMB param (SPARKC-413)
130+
* Fix CassandraConnector and Session Race Condition (SPARKC-441)
131+
* Correct Order of "limit" and "orderBy" clauses in JWCT (SPARKC-443)
132+
* Fixed use of connection.local_dc parameter (SPARKC-448)
116133

117134
1.4.4
118135
* Use executeAsync when joining with C* table (SPARKC-233)

0 commit comments

Comments
 (0)