You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Cyril Auburtin <cy...@gmail.com> on 2012/10/01 16:40:02 UTC

Re: Cassandra supercolumns with same name

Yep Tyler is right
It seems I have trailing *\u0000* (null) characters , (one column name is
MYMED_embrun.maire@gmail.com the other MYMED_embrun.maire@gmail.com\u0000\u0000
for example)

I'm trying to know at what point they are created...
Thx

2012/9/21 Tyler Hobbs <ty...@datastax.com>

> If you're seeing that in cassandra-cli, it's possible that there are some
> non-printable characters in the name that the cli doesn't display, like the
> NUL char (ascii 0).  I opened a ticket for that somewhere, but in the
> meantime, you may want to verify that they are identical with a real client.
>
>
> On Tue, Sep 18, 2012 at 4:03 AM, aaron morton <aa...@thelastpickle.com>wrote:
>
>> They are. Can you provide some more information ?
>>
>> What happens when you read the super column ?
>>
>> Cheers
>>
>>   -----------------
>> Aaron Morton
>> Freelance Developer
>> @aaronmorton
>> http://www.thelastpickle.com
>>
>> On 18/09/2012, at 5:33 AM, Cyril Auburtin <cy...@gmail.com>
>> wrote:
>>
>> First sorry but I'm using an old version 0.7.10
>>
>> and recently I've come up seeing this
>>
>> => (super_column=MYMED_embrun.maire@gmail.com,
>>      (column=permission, value=1, timestamp=1347895421475))
>> => (super_column=MYMED_embrun.maire@gmail.com,
>>      (column=email, value=embrun.maire@gmail.com,
>> timestamp=1347894698217)
>>      (column=id, value=MYMED_embrun.maire@gmail.com,
>> timestamp=1347894698217)
>>      (column=permission, value=0, timestamp=1347894698217)
>>      (column=profile, value=e24af776b4a025456bd50f55633b2419,
>> timestamp=1347894698217))
>>
>> as a part of of a supercolumnFamily
>>
>> I thought supercolumn was meant to be unique?
>>
>>
>>
>
>
> --
> Tyler Hobbs
> DataStax <http://datastax.com/>
>
>