This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
from d110b16583 Merge branch 'cassandra-5.0' into trunk add 5450a1f20e Support for add and replace in IntervalTree No new revisions were added by this update. Summary of changes: CHANGES.txt | 1 + .../db/lifecycle/LifecycleTransaction.java | 57 +- .../db/lifecycle/SSTableIntervalTree.java | 92 +++- .../org/apache/cassandra/db/lifecycle/View.java | 19 +- .../cassandra/io/sstable/format/SSTableReader.java | 2 +- .../org/apache/cassandra/utils/IntervalTree.java | 581 +++++++++++++++++---- .../apache/cassandra/utils/IntervalTreeTest.java | 199 ++++++- 7 files changed, 801 insertions(+), 150 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org