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

Andres de la Peña commented on CASSANDRA-18062:
-----------------------------------------------

I think the above run has multiple failures on dtests because it's testing an 
old trunk against the current version of Python dtests.

That makes multiple permission-related dtests fail because the cassandra branch 
doesn't have the new {{UNMASK}} and {{SELECT_MASKED}} permissions that were 
introduced with dynamic data masking (CASSANDRA-17940). They should work after 
rebase.

Maybe we should also have feature branch for python-dtests, parallel to the one 
at {{{}[https://github.com/maedhroz/cassandra/tree/CASSANDRA-16052]{}}}?

> On-disk string index with index building and on-disk query path
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-18062
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18062
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/SAI
>            Reporter: Mike Adamson
>            Assignee: Mike Adamson
>            Priority: Normal
>              Labels: SAI
>             Fix For: NA
>
>
> An on-disk index for string (literal) datatypes. This index is used for the 
> following datatypes:
>  * UTF8Type
>  * AsciiType
>  * CompositeType
>  * Frozen types
> This includes the ability to write the index to disk at index creation, by 
> specific index rebuild and during SSTable compaction. 
> Also the ability to query the on-disk index and combine the results with 
> those from the in-memory indexes created by CASSANDRA-18058.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to