mirror of https://github.com/apache/cassandra
Fix comment in BigFormat wrt when nb was introduced
patch by Mick Semb Wever; reviewed by Dmitry Konstantinov for CASSANDRA-20485
This commit is contained in:
parent
bc8941e377
commit
e41a71b34b
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue