Re: Pycassa xget not parsing composite column name properly

2013-06-17 Thread Tyler Hobbs
That looks correct, and I just double checked that xget behaves normally for me for that case. What does it actually print? Can you try not unpacking the tuple in your inner for-loop and print that? Also, there's a pycassa mailing list (pycassa-disc...@googlegroups.com) that would be a better lo

Pycassa xget not parsing composite column name properly

2013-06-16 Thread Oleg Dulin
I have a column family defined as: create column family LSItemIdsByFieldValueIndex_Integer with column_type = 'Standard' and comparator = 'CompositeType(org.apache.cassandra.db.marshal.IntegerType,org.apache.cassandra.db.marshal.UTF8Type)' and default_validation_class = 'UTF8Type' and key