Skip to content

Commit 439af0b

Browse files
authored
Switch to using C* 5.0 for testing & include vectors (#307)
1 parent 0bab9e9 commit 439af0b

File tree

13 files changed

+21
-2
lines changed

13 files changed

+21
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release Notes
22
## [4.4.0] - 2024-09-19
33
- Added property `spark.cdm.connect.origin.tls.isAstra` and `spark.cdm.connect.target.tls.isAstra` to allow connecting to Astra DB without using [SCB](https://docs.datastax.com/en/astra-db-serverless/drivers/secure-connect-bundle.html). This may be needed for enterprises that may find credentials packaged within SCB as a security risk. TLS properties can now be passed as params OR wrapper scripts (not included) could be used to pull sensitive credentials from a vault service in real-time & pass them to CDM.
4+
- Switched to using Apache Cassandra® `5.0` docker image for testing
5+
- Introduces smoke testing of `vector` CQL data type
46

57
## [4.3.10] - 2024-09-12
68
- Added property `spark.cdm.trackRun.runId` to support a custom unique identifier for the current run. This can be used by wrapper scripts to pass a known `runId` and then use it to query the `cdm_run_info` and `cdm_run_details` tables.

SIT/cdm-assert.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Missing Record Count: 0
2929
Corrected Missing Record Count: 0
3030
Valid Record Count: 3
3131
Skipped Record Count: 0
32+
Error Record Count: 0
3233
---------------
3334
3435
EOF

SIT/environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868
###
6969
# These variables are hard-coded for now
7070
SUBNET=$(echo ${CIDR} | cut -d. -f1-3)
71-
CASS_VERSION=4
71+
CASS_VERSION=5.0
7272
CDM_VERSION=latest
7373
#==============================================================================================================================
7474
# Helper Functions
File renamed without changes.

SIT/smoke_inflight/06_vector/cdm.validateData.assert renamed to SIT/smoke/06_vector/cdm.validateData.assert

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Missing Record Count: 0
55
Corrected Missing Record Count: 0
66
Valid Record Count: 2
77
Skipped Record Count: 0
8+
Error Record Count: 0

0 commit comments

Comments
 (0)