This is an automated email from the ASF dual-hosted git repository.
bdeggleston pushed a commit to branch cep-45-mutation-tracking
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cep-45-mutation-tracking by
this push:
new ffdd6c07b6 Ninja: fix MultiNodeTableWalkWithoutReadRepairTest
ffdd6c07b6 is described below
commit ffdd6c07b6907290fc9871c56edb0e22018832d1
Author: Blake Eggleston <[email protected]>
AuthorDate: Fri Feb 20 13:12:55 2026 -0800
Ninja: fix MultiNodeTableWalkWithoutReadRepairTest
---
.../apache/cassandra/distributed/test/cql3/SingleNodeTableWalkTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/test/distributed/org/apache/cassandra/distributed/test/cql3/SingleNodeTableWalkTest.java
b/test/distributed/org/apache/cassandra/distributed/test/cql3/SingleNodeTableWalkTest.java
index 048e99439f..99d0f62b7e 100644
---
a/test/distributed/org/apache/cassandra/distributed/test/cql3/SingleNodeTableWalkTest.java
+++
b/test/distributed/org/apache/cassandra/distributed/test/cql3/SingleNodeTableWalkTest.java
@@ -606,6 +606,8 @@ public class SingleNodeTableWalkTest extends StatefulASTBase
private List<Symbol> multiColumnPartitionQueryColumns()
{
List<Symbol> allowedColumns = searchableNonPartitionColumns;
+ if (hasMultiNodeMultiColumnAllowFilteringWithLocalWritesIssue())
+ allowedColumns = nonPkIndexedColumns;
if (IGNORED_ISSUES.contains(KnownIssue.SAI_AND_VECTOR_COLUMNS) &&
!indexes.isEmpty())
allowedColumns = allowedColumns.stream().filter(s ->
!s.type().isVector()).collect(Collectors.toList());
return allowedColumns;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]