This is an automated email from the ASF dual-hosted git repository.

blambov pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from 9d543877ef Merge branch 'cassandra-5.0' into trunk
     add 1db6f54925 Fix range queries on early-open BTI files
     new 9cc3c085de 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 +
 .../io/sstable/format/bti/BtiTableWriter.java      |   4 +-
 .../io/sstable/format/bti/PartitionIndex.java      |   4 +-
 .../sstable/format/bti/PartitionIndexBuilder.java  |   2 +-
 .../io/sstable/format/bti/PartitionIndexEarly.java |  13 ++
 .../io/sstable/format/bti/PartitionIterator.java   |   2 +-
 src/java/org/apache/cassandra/io/tries/Walker.java |   2 +-
 .../cassandra/cql3/EarlyOpenCompactionTest.java    | 225 +++++++++++++++++++++
 8 files changed, 246 insertions(+), 7 deletions(-)
 create mode 100644 
test/unit/org/apache/cassandra/cql3/EarlyOpenCompactionTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to