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

benedict pushed a commit to branch cep-15-accord
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cep-15-accord by this push:
     new 07cc123b71 update accord
07cc123b71 is described below

commit 07cc123b719a04eb1f849d914885f7c4343c8950
Author: Benedict Elliott Smith <[email protected]>
AuthorDate: Tue Aug 13 22:26:03 2024 +0100

    update accord
---
 modules/accord                                          | 2 +-
 test/unit/org/apache/cassandra/utils/RangeTreeTest.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/accord b/modules/accord
index 4b09c272dd..4aa0a8aeb6 160000
--- a/modules/accord
+++ b/modules/accord
@@ -1 +1 @@
-Subproject commit 4b09c272dde908a5d0c5c4fce0e052c097c36701
+Subproject commit 4aa0a8aeb6b12036660695e3fb89c69b5d40f345
diff --git a/test/unit/org/apache/cassandra/utils/RangeTreeTest.java 
b/test/unit/org/apache/cassandra/utils/RangeTreeTest.java
index 0f0208102c..695894603d 100644
--- a/test/unit/org/apache/cassandra/utils/RangeTreeTest.java
+++ b/test/unit/org/apache/cassandra/utils/RangeTreeTest.java
@@ -526,7 +526,7 @@ public class RangeTreeTest
         {
             List<Map.Entry<Range, Integer>> matches = new ArrayList<>();
             // find ranges, then add the values
-            list.forEach(key, (a, b, c, d, idx) -> {
+            list.forEachKey(key, (a, b, c, d, idx) -> {
                 Range match = ranges[idx];
                 map.get(match).forEachInt(v -> matches.add(Map.entry(match, 
v)));
             }, (a, b, c, d, start, end) -> {


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

Reply via email to