Merge branch 'cassandra-4.0' into cassandra-4.1

* cassandra-4.0:
  Fix comment in BigFormat wrt when nb was introduced
This commit is contained in:
Mick Semb Wever 2025-03-28 10:44:35 +01:00
commit 042c657c42
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class BigFormat implements SSTableFormat
// me (3.0.25, 3.11.11): added hostId of the node from which the sstable originated
// na (4.0-rc1): uncompressed chunks, pending repair session, isTransient, checksummed sstable metadata file, new Bloomfilter format
// nb (4.0.0): originating host id
// nb (4.0-rc2): originating host id
//
// NOTE: when adding a new version, please add that to LegacySSTableTest, too.