[ 
https://issues.apache.org/jira/browse/CASSANDRA-20025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895740#comment-17895740
 ] 

Caleb Rackliffe commented on CASSANDRA-20025:
---------------------------------------------

Some nits to resolve, but LGTM otherwise. Starting a CI run, and will post here 
when it finishes...

> 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.x
>
>
> 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