[ 
https://issues.apache.org/jira/browse/CASSANDRA-20025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Caleb Rackliffe updated CASSANDRA-20025:
----------------------------------------
          Fix Version/s: 5.1
                             (was: 5.x)
    Source Control Link: 
https://github.com/apache/cassandra/commit/85048b20196e2c7fddc142de9095ef6e9f82e837
             Resolution: Fixed
                 Status: Resolved  (was: Ready to Commit)

Thanks for the patch [~Novice_P]!

> Expression#isSatisfiedBy() support for post-filtering IN clauses in SAI 
> boolean queries
> ---------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-20025
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20025
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Feature/SAI
>            Reporter: Caleb Rackliffe
>            Assignee: Sunil Ramchandra Pawar
>            Priority: Normal
>             Fix For: 5.1
>
>         Attachments: ci_summary.html
>
>
> We currently don’t support IN clauses in SAI AND queries, simply because 
> we’ve never implemented {{Expression#isSatisfiedBy()}} for them, and they 
> cannot be safely added to the post-index filter. (See CASSANDRA-19018 for 
> more background on why.) Concerns around how big the {{IN}} clause can be 
> aside, we should be able to add this relatively easily. The most interesting 
> question is probably how we want to test, but we can start with some simple 
> additions to the {{IndexQuerySupport}} and {{IndexingTypeSupport}} frameworks.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to