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 1dbce2a8c5 Merge branch 'cassandra-5.0' into trunk
new 953ab6cf64 Avoid possible consistency violations for SAI intersection
queries over repaired index matches and multiple non-indexed column matches
new 4a80daf32e 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 +
.../org/apache/cassandra/db/filter/RowFilter.java | 14 +-
.../cassandra/index/sai/plan/FilterTree.java | 74 ++++++---
.../apache/cassandra/index/sai/plan/Operation.java | 87 +++++++++--
.../cassandra/index/sai/plan/QueryController.java | 2 +-
.../cassandra/index/sai/utils/IndexTermType.java | 5 +
.../distributed/test/sai/StrictFilteringTest.java | 57 +++++++
.../cassandra/fuzz/sai/MultiNodeSAITestBase.java | 8 +-
.../cassandra/fuzz/sai/SingleNodeSAITestBase.java | 174 ++++++++++++++-------
.../cassandra/harry/dsl/HistoryBuilderHelper.java | 43 +++--
.../apache/cassandra/cql3/ast/CreateIndexDDL.java | 13 +-
.../cassandra/index/sai/plan/OperationTest.java | 5 +-
12 files changed, 361 insertions(+), 122 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]