Re: Secondary Index Null Pointer Error

2010-09-21 Thread Colin Britton
Pulled trunk r999443 and applied https://issues.apache.org/jira/browse/CASSANDRA-1415 using jira-apply. Built and ran code that used to fail and now it works. Thanks. CB On Fri, Sep 17, 2010 at 9:49 AM, Jonathan Ellis wrote: > Indexed columns don't have to exist. > > Try this after I post a

Re: Secondary Index Null Pointer Error

2010-09-17 Thread Jonathan Ellis
Indexed columns don't have to exist. Try this after I post a fix for http://issues.apache.org/jira/browse/CASSANDRA-1415. On Thu, Sep 16, 2010 at 12:53 PM, Colin Britton wrote: > Hi, > > I am using Casandra 0.7 trunk (r997357) and am having issues with a > secondary index. > > I have a ColumnFam

Secondary Index Null Pointer Error

2010-09-16 Thread Colin Britton
Hi, I am using Casandra 0.7 trunk (r997357) and am having issues with a secondary index. I have a ColumnFamily with a secondary index on column "X". Not every row of data has column X. It looks like when I write a row that does not have column X, Cassandra throws the following NPE when it writes