Working with legacy data via CQL

2014-11-11 Thread Erik Forsberg
Hi! I have some data in a table created using thrift. In cassandra-cli, the 'show schema' output for this table is: create column family Users with column_type = 'Standard' and comparator = 'AsciiType' and default_validation_class = 'UTF8Type' and key_validation_class = 'LexicalUUIDType'

Re: Working with legacy data via CQL

2014-11-11 Thread Alex Popescu
On Tuesday, November 11, 2014, Erik Forsberg wrote: > Hi! > > I have some data in a table created using thrift. In cassandra-cli, the > 'show schema' output for this table is: > > > Now, when I try to extract data from this using cqlsh or the > python-driver, I have no problems getting data for t

Re: Working with legacy data via CQL

2014-11-12 Thread Erik Forsberg
On 2014-11-11 19:40, Alex Popescu wrote: > On Tuesday, November 11, 2014, Erik Forsberg > wrote: > > > You'll have better chances to get an answer about the Python driver on > its own mailing > list > https://groups.google.com/a/lists.datastax.com/forum/#!forum/pytho

Re: Working with legacy data via CQL

2014-11-14 Thread Tyler Hobbs
What version of cassandra did you originally create the column family in? Have you made any schema changes to it through cql or cassandra-cli, or has it always been exactly the same? On Wed, Nov 12, 2014 at 2:06 AM, Erik Forsberg wrote: > On 2014-11-11 19:40, Alex Popescu wrote: > > On Tuesday,

Re: Working with legacy data via CQL

2014-11-17 Thread Erik Forsberg
On 2014-11-15 01:24, Tyler Hobbs wrote: > What version of cassandra did you originally create the column family > in? Have you made any schema changes to it through cql or > cassandra-cli, or has it always been exactly the same? Oh that's a tough question given that the cluster has been around si

Re: Working with legacy data via CQL

2014-11-17 Thread Erik Forsberg
On 2014-11-17 09:56, Erik Forsberg wrote: > On 2014-11-15 01:24, Tyler Hobbs wrote: >> What version of cassandra did you originally create the column family >> in? Have you made any schema changes to it through cql or >> cassandra-cli, or has it always been exactly the same? > > Oh that's a tough

Re: Working with legacy data via CQL

2014-11-18 Thread Tyler Hobbs
Thanks, I can reproduce the issue with that, and I should be able to look into it tomorrow. FWIW, I believe the issue is server-side, not in the driver. I may be able to suggest a workaround once I figure out what's going on. On Mon, Nov 17, 2014 at 6:02 AM, Erik Forsberg wrote: > On 2014-11-1

Re: Working with legacy data via CQL

2014-11-18 Thread Robert Coli
On Tue, Nov 18, 2014 at 4:02 PM, Tyler Hobbs wrote: > Thanks, I can reproduce the issue with that, and I should be able to look > into it tomorrow. FWIW, I believe the issue is server-side, not in the > driver. I may be able to suggest a workaround once I figure out what's > going on. > Is the

Re: Working with legacy data via CQL

2014-11-19 Thread Erik Forsberg
On 2014-11-19 01:37, Robert Coli wrote: > > Thanks, I can reproduce the issue with that, and I should be able to > look into it tomorrow. FWIW, I believe the issue is server-side, > not in the driver. I may be able to suggest a workaround once I > figure out what's going on. > >