| 0.6612351709326891
>
> cqlsh> SELECT '9801','6814','' FROM BUGS.Test WHERE KEY='a';
>
> 9801 | 6814 |
> --++
> null | 0.6612351709326891 | 0.8921380283891902
>
> cqlsh> exit;
> $
> $
>
l | 0.6612351709326891 | 0.8921380283891902
cqlsh> exit;
$
$
From: aaron morton mailto:aa...@thelastpickle.com>>
Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>"
mailto:user@cassandra.apache.org>>
Date: Tuesday, January 29, 2013 12:21 AM
To: "
> Ie. Query for a single column works but the column does not appear in slice
> queries depending on the other columns in the query
>
> cfq.getKey("foo").getColumn("A") returns "A"
> cfq.getKey("foo").withColumnSlice("A", "B") returns "B" only
> cfq.getKey("foo").withColumnSlice("A","B","C") retu
I'm trying to track down some really worrying behavior. It appears that writing
multiple columns while a table flush is occurring can result in Cassandra
recording its data in a way that makes columns visible only to some queries but
not others.
Ie. Query for a single column works but the colum