dcapwell commented on code in PR #3995:
URL: https://github.com/apache/cassandra/pull/3995#discussion_r2006603166
##########
test/distributed/org/apache/cassandra/distributed/test/cql3/SingleNodeTableWalkTest.java:
##########
@@ -523,6 +561,8 @@ private List<Symbol> multiColumnQueryColumns()
List<Symbol> allowedColumns = searchableColumns;
if (hasMultiNodeMultiColumnAllowFilteringWithLocalWritesIssue())
allowedColumns = nonPkIndexedColumns;
+ if (IGNORED_ISSUES.contains(KnownIssue.SAI_AND_VECTOR_COLUMNS) &&
!indexes.isEmpty())
Review Comment:
added to get clean CI. Something is up with multi column queries that touch
both SAI and `vector` type. It doesn't look like the `vector` must be indexed
to get incorrect results, so doesn't feel like we are selecting a bad index here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]