Skip to content

Commit

Permalink
Switch to using C* 5.0 for testing & include vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Sep 12, 2024
1 parent d81cdfb commit 726c5a0
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Notes
## [4.3.11] - 2024-TBD
- Switched to using Apache Cassandra® `5.0` docker image for testing
- Introduces smoke testing of `vector` CQL data type

## [4.3.10] - 2024-09-12
- 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.

Expand Down
1 change: 1 addition & 0 deletions SIT/cdm-assert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Missing Record Count: 0
Corrected Missing Record Count: 0
Valid Record Count: 3
Skipped Record Count: 0
Error Record Count: 0
---------------
EOF
Expand Down
2 changes: 1 addition & 1 deletion SIT/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fi
###
# These variables are hard-coded for now
SUBNET=$(echo ${CIDR} | cut -d. -f1-3)
CASS_VERSION=4
CASS_VERSION=5.0
CDM_VERSION=latest
#==============================================================================================================================
# Helper Functions
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Missing Record Count: 0
Corrected Missing Record Count: 0
Valid Record Count: 2
Skipped Record Count: 0
Error Record Count: 0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion SIT/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _usage() {
usage: $0 -p phase
Required
-p phase: one of {$PHASES}
-p phase: one of ${PHASES}
EOF
exit 1
Expand Down

0 comments on commit 726c5a0

Please sign in to comment.