[
https://issues.apache.org/jira/browse/CASSANDRA-18217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717309#comment-17717309
]
Andres de la Peña commented on CASSANDRA-18217:
-----------------------------------------------
Regarding the test failures on the CI results above, I think none of them are
introduced by the patch. Some of them are flakies that we introduced when
merging CASSANDRA-18062 into the feature branch:
* {{o.a.c.distributed.test.VirtualTableFromInternodeTest}}: Can be
consistently reproduced on the feature branch.
* {{o.a.c.tools.TopPartitionsTest.testStartAndStopScheduledSampling}}: Can be
hit on trunk, it's CASSANDRA-18065
* {{o.a.c.index.CustomIndexTest.indexBuildingPagesLargePartitions}}: [Can be
hit on the feature
branch|https://app.circleci.com/pipelines/github/adelapena/cassandra/2874/workflows/464a134d-70cb-4992-9c72-3ba3e729d3b5/jobs/41653/tests]
*
{{o.a.c.index.sai.disk.SelectiveIntersectionTest.tracingIsCorrectlyReported}}:
[Can be hit on the feature
branch|https://app.circleci.com/pipelines/github/adelapena/cassandra/2875/workflows/7882e9ad-6f42-4801-b00e-2a4db6541552/jobs/41835/tests]
* {{o.a.c.index.sai.cql.CompositePartitionKeyIndexTest.queryFromMemtable}}:
[Can be hit on the feature
branch|https://app.circleci.com/pipelines/github/adelapena/cassandra/2874/workflows/464a134d-70cb-4992-9c72-3ba3e729d3b5/jobs/41656/tests].
It's due to not waiting for the index build. It can easily be fixed here.
> Allow CQL queries on multiple indexes without ALLOW FILTERING
> -------------------------------------------------------------
>
> Key: CASSANDRA-18217
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18217
> Project: Cassandra
> Issue Type: Improvement
> Components: Feature/SAI
> Reporter: Mike Adamson
> Assignee: Andres de la Peña
> Priority: Normal
> Labels: SAI
>
> The Index Group index was added by
> [CASSANDRA-16092|https://issues.apache.org/jira/browse/CASSANDRA-16092] to
> allow indexes to be grouped and have more than one index expression in a
> query. This did not make any changes to StatementRestrictions so CQL queries
> using multiple index expression still need to add ALLOW FILTERING to the
> query to be valid.
> This restriction should be removed such that any number of index expressions
> can be used on a CQL query without needing ALLOW FILTERING.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]