forked from apache/cassandra-analytics
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.txt
52 lines (52 loc) · 3.89 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
1.0.0
* Add job_timeout_seconds writer option (CASSANDRA-19827)
* Prevent double closing sstable writer (CASSANDRA-19821)
* Stream sstable eagerly when bulk writing to reclaim local disk space sooner (CASSANDRA-19806)
* Split the Cassandra type logic out from CassandraBridge into a separate module (CASSANDRA-19793)
* Remove other uses of Apache Commons lang for hashcode, equality and random string generation (CASSANDRA-19791)
* Split out BufferingInputStream stats into separate interface (CASSANDRA-19778)
* Bump Sidecar version to 55a9efee (CASSANDRA-19774)
* Add new module cassandra-analytics-common to store common code with minimal dependencies (CASSANDRA-19748)
* Bulk writer fails validation stage when writing to a cluster using RandomPartitioner (CASSANDRA-19727)
* Invalid mapping when timestamp is used as a partition key during bulk writes (CASSANDRA-19716)
* NullPointerException when reading static column with null values (CASSANDRA-19626)
* Integrate with the latest sidecar client (CASSANDRA-19616)
* Support bulk write via S3 (CASSANDRA-19563)
* Support UDTs in the Bulk Writer (CASSANDRA-19340)
* Fix bulk reads of multiple tables that potentially have the same data file name (CASSANDRA-19507)
* Fix XXHash32Digest calculated digest value (CASSANDRA-19500)
* Report additional bulk analytics job stats for instrumentation (CASSANDRA-19418)
* Add certificate expiry check to start up validations done in Cassandra Analytics library (CASSANDRA-19424)
* Use constant reference time during bulk read process (CASSANDRA-19452)
* Update access of ClearSnapshotStrategy (CASSANDRA-19442)
* Bulk reader fails to produce a row when regular column values are null (CASSANDRA-19411)
* Use XXHash32 for digest calculation of SSTables (CASSANDRA-19369)
* Startup Validation Failures when Checking Sidecar Connectivity (CASSANDRA-19377)
* No longer need to synchronize on Schema.instance after Cassandra 4.0.12 (CASSANDRA-19351)
* Upgrade to Cassandra 4.0.12 and remove RowBufferMode and BatchSize options (CASSANDRA-19334)
* Improve logging for bulk writes and on task failures (CASSANDRA-19331)
* Allow setting TTL for snapshots created by Analytics bulk reader (CASSANDRA-19273)
* Fix range split and use open-closed range notation consistently (CASSANDRA-19325)
* Add integration tests using in-jvm-dtest to cover blocklisted instances (CASSANDRA-19272)
* Fix bulk writer consistency level validations for blocked instances (CASSANDRA-19257)
* Column type mapping error for timestamp type during bulk writes (CASSANDRA-19223)
* Speed up integration tests (CASSANDRA-19251)
* Make bulk writer resilient to cluster resize events (CASSANDRA-18852)
* Remove write option VALIDATE_SSTABLES to enforce validation (CASSANDRA-19199)
* Fix bulk writing when using identifiers that need quotes (CASSANDRA-19031)
* Fix bulk reading when using identifiers that need quotes (CASSANDRA-19024)
* Remove unused dead code (CASSANDRA-19148)
* Get Sidecar port through CassandraContext for more flexibility (CASSANDRA-19903)
* Log start-up validation result to a single report (CASSANDRA-18916)
* Use in-jvm dtest framework from Sidecar for testing (CASSANDRA-18759)
* Cassandra Analytics Start-Up Validation (CASSANDRA-18810)
* Expose per partition on-disk usage through new DataFrame that utilizes the Index.db SSTable file components (CASSANDRA-18683)
* Fix bulk writes with Buffered RowBufferMode (CASSANDRA-18692)
* Minor Refactoring to Improve Code Reusability (CASSANDRA-18684)
* Fix cassandra-analytics-core-example (CASSANDRA-18662)
* Added caching of Node Settings to improve efficiency (CASSANDRA-18633)
* Upgrade to JUnit 5 (CASSANDRA-18599)
* Add support for TTL & Timestamps for bulk writes (CASSANDRA-18605)
* Add circleci configuration yaml for Cassandra Analytics (CASSANDRA-18578)
* Provide a SecretsProvider interface to abstract the secret provisioning (CASSANDRA-18545)
* Add the .asf.yaml file (CASSANDRA-18548)