This is an automated email from the ASF dual-hosted git repository. smiklosovic pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 8086d67d3b Merge branch 'cassandra-5.0' into trunk add 3b9669b116 Sort SSTable TOC entries for determinism new bb7e706213 Merge branch 'cassandra-5.0' into trunk The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.txt | 1 + .../org/apache/cassandra/io/sstable/SSTable.java | 6 +- .../cassandra/io/sstable/format/SSTableWriter.java | 2 +- .../cassandra/io/sstable/format/TOCComponent.java | 46 ++++-- .../io/sstable/format/TOCComponentTest.java | 177 +++++++++++++++++++++ 5 files changed, 212 insertions(+), 20 deletions(-) create mode 100644 test/unit/org/apache/cassandra/io/sstable/format/TOCComponentTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org