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

benedict pushed a commit to branch burn-test-stability
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 97c129669744c738ac1a5630b04c51e60e4149c0
Author: Benedict Elliott Smith <[email protected]>
AuthorDate: Fri Aug 2 22:47:32 2024 +0100

    fix compilation
---
 modules/accord                                                          | 2 +-
 .../org/apache/cassandra/index/accord/CheckpointIntervalArrayIndex.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/accord b/modules/accord
index 5e80957a6d..d1604efe37 160000
--- a/modules/accord
+++ b/modules/accord
@@ -1 +1 @@
-Subproject commit 5e80957a6d6c29f993ed9239432fef3d2439983a
+Subproject commit d1604efe375ab0baeb8505477a896572af83805b
diff --git 
a/src/java/org/apache/cassandra/index/accord/CheckpointIntervalArrayIndex.java 
b/src/java/org/apache/cassandra/index/accord/CheckpointIntervalArrayIndex.java
index 9cf950410d..e478d26982 100644
--- 
a/src/java/org/apache/cassandra/index/accord/CheckpointIntervalArrayIndex.java
+++ 
b/src/java/org/apache/cassandra/index/accord/CheckpointIntervalArrayIndex.java
@@ -609,7 +609,7 @@ public class CheckpointIntervalArrayIndex
                 };
                 var searcher = new CheckpointIntervalArray<>(accessor, 
indexInput, checkpoints.bounds, checkpoints.headers, checkpoints.lists, 
checkpoints.maxScanAndCheckpointMatches);
 
-                searcher.forEach(start, end, (i1, i2, i3, i4, index) -> {
+                searcher.forEachRange(start, end, (i1, i2, i3, i4, index) -> {
                     stats.matches++;
                     callback.accept(reader.copyTo(accessor.get(indexInput, 
index), buffer));
                 }, (i1, i2, i3, i4, startIdx, endIdx) -> {


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

Reply via email to