Re: Trying to understand why tombstone is being read

2014-02-13 Thread Machiel Groeneveld
We had a similar question, a column inserted with a null value also results in a tombstone. Also see the (closed) issue about this: https://issues.apache.org/jira/browse/CASSANDRA-6674 On 13 Feb 2014, at 16:35, Adam Patacchiola wrote: > I have a table defined in cql like this: > > CREATE TABL

Trying to understand why tombstone is being read

2014-02-13 Thread Adam Patacchiola
I have a table defined in cql like this: CREATE TABLE chatmessages ( usernamevarchar, spotnamevarchar, id varint, iv varchar, fromuservarchar, fromversion varchar, touser varchar, toversion varchar, datetimetimestamp, data