This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.0 by this push: new e41a71b34b Fix comment in BigFormat wrt when nb was introduced e41a71b34b is described below commit e41a71b34b45bcc40573e0d0782336aac5ea55a5 Author: Mick Semb Wever <m...@apache.org> AuthorDate: Fri Mar 28 10:41:37 2025 +0100 Fix comment in BigFormat wrt when nb was introduced patch by Mick Semb Wever; reviewed by Dmitry Konstantinov for CASSANDRA-20485 --- src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java b/src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java index ff0d791667..2c0d02f659 100644 --- a/src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java +++ b/src/java/org/apache/cassandra/io/sstable/format/big/BigFormat.java @@ -123,7 +123,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. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org