Opened https://issues.apache.org/jira/browse/CASSANDRA-13105 because it
does seem like this should work.
On Wed, Jan 4, 2017 at 5:53 PM, Voytek Jarnot
wrote:
> Seeing queries return 0 rows incorrectly, running 3.9
>
> Setup:
>
> create table test1(id1 text PRIMARY KEY, val1 text, val2 text);
>
>
Seeing queries return 0 rows incorrectly, running 3.9
Setup:
create table test1(id1 text PRIMARY KEY, val1 text, val2 text);
create custom index test1_idx_val1 on test1(val1) using
'org.apache.cassandra.index.sasi.SASIIndex';
create custom index test1_idx_val2 on test1(val2) using
'org.apache.ca