Re: cli composite type literal with empty string component

2012-02-08 Thread Bryce Allen
In case anyone else is curious about what is going on here: https://github.com/pycassa/pycassa/issues/112 The links to the Cassandra JIRA are instructive. -Bryce On Wed, 8 Feb 2012 10:59:37 -0600 Bryce Allen wrote: > Never mind; the issue with addressing composite column names with > empty comp

Re: cli composite type literal with empty string component

2012-02-08 Thread Bryce Allen
Never mind; the issue with addressing composite column names with empty components was fixed in the latest pycassa, which is why I was even able to create them in the Test3 schema below. I get an error in 1.2.1 which I used to be running, but it all seems to work in 1.4.0. -Bryce On Wed, 8 Feb 20

cli composite type literal with empty string component

2012-02-08 Thread Bryce Allen
I have a CF defined like this in CLI syntax: create column family Test with key_validation_class = UTF8Type and comparator = 'CompositeType(AsciiType, UTF8Type)' and default_validation_class = UTF8Type and column_metadata = [ { column_name : 'deleted:', validation