Fix unparseable YAML in default cassandra.yaml when uncommented for downstream tooling

The presence of an extra space the `:` in `key: value` pairs
makes the default `conf/cassandra.yaml` file included in
this repository unparseable and non-functional for some downstream tooling.

patch by Daniel Lenski; reviewed by Stefan Miklosovic, Brandon Williams for CASSANDRA-20359
This commit is contained in:
Daniel Lenski 2025-01-27 18:18:33 -08:00 committed by Stefan Miklosovic
parent ba16a082f3
commit 027689ae48
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 14 additions and 13 deletions

View File

@ -1,4 +1,5 @@
5.0.4
* Fix unparseable YAML in default cassandra.yaml when uncommented for downstream tooling (CASSANDRA-20359)
* Avoid fetching entire partitions on unresolved static rows in RFP when no static column predicates exist (CASSANDRA-20243)
* Avoid indexing empty values for non-literals and types that do not allow them (CASSANDRA-20313)
* Fix incorrect results of min / max in-built functions on clustering columns in descending order (CASSANDRA-20295)