Re: Issue with ALLOW FILTERING

2014-08-06 Thread Robert Coli
On Wed, Aug 6, 2014 at 1:46 AM, Jens Rantil wrote: > Your answer was what I was hoping for - that means it's not impossible to > solve ;) > > I'll keep an eye on the issue and in case I have the time I will dig into > some code. > Just have to mention here that : "ALLOW FILTERING should be ren

Re: Issue with ALLOW FILTERING

2014-08-06 Thread Jens Rantil
oesn't work"). > > -- > Sylvain > > >> >> Thanks, >> Jens >> >> >> On Tue, Aug 5, 2014 at 8:11 PM, Sávio S. Teles de Oliveira < >> savio.te...@cuia.com.br> wrote: >> >>> You need to create an index on attribute *c.* >

Re: Issue with ALLOW FILTERING

2014-08-06 Thread Sylvain Lebresne
ue, Aug 5, 2014 at 8:11 PM, Sávio S. Teles de Oliveira < > savio.te...@cuia.com.br> wrote: > >> You need to create an index on attribute *c.* >> >> >> 2014-08-05 9:24 GMT-03:00 Jens Rantil : >> >> Hi, >>> >>> I'm having an issue

Re: Issue with ALLOW FILTERING

2014-08-06 Thread Jens Rantil
dex on attribute *c.* > > > 2014-08-05 9:24 GMT-03:00 Jens Rantil : > > Hi, >> >> I'm having an issue with ALLOW FILTERING with Cassandra 2.0.8. See a >> minimal example here: >> https://gist.github.com/JensRantil/ec43622c26acb56e5bc9 >> >> I expec

Re: Issue with ALLOW FILTERING

2014-08-05 Thread Sávio S . Teles de Oliveira
You need to create an index on attribute *c.* 2014-08-05 9:24 GMT-03:00 Jens Rantil : > Hi, > > I'm having an issue with ALLOW FILTERING with Cassandra 2.0.8. See a > minimal example here: > https://gist.github.com/JensRantil/ec43622c26acb56e5bc9 > > I expect the se

Issue with ALLOW FILTERING

2014-08-05 Thread Jens Rantil
Hi, I'm having an issue with ALLOW FILTERING with Cassandra 2.0.8. See a minimal example here: https://gist.github.com/JensRantil/ec43622c26acb56e5bc9 I expect the second last to fail, but the last query to return a single row. In particular I expect the last SELECT to first select usin