This is an automated email from the ASF dual-hosted git repository. maedhroz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
from f91655df06 When a custom disk error handler fails to initiate, fail the startup of a node instead of using the no-op handler new 7a8335c273 Optimize initial skipping logic for SAI queries on large partitions new ab1ce5938d Merge branch 'cassandra-5.0' into trunk The 2 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 + .../sai/plan/StorageAttachedIndexSearcher.java | 58 +++- .../index/sai/cql/IntraPartitionSkippingTest.java | 318 +++++++++++++++++++++ 3 files changed, 375 insertions(+), 2 deletions(-) create mode 100644 test/unit/org/apache/cassandra/index/sai/cql/IntraPartitionSkippingTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org