Re: Collections in native protocol

2012-10-01 Thread Jonathan Rudenberg
Thanks. Do you want me to open a JIRA ticket? On Oct 1, 2012, at 2:45 AM, Sylvain Lebresne wrote: > Ok, I'll look what's wrong. > > -- > Sylvain

Re: Collections in native protocol

2012-09-30 Thread Jonathan Rudenberg
wire when I do a query for the same data. I already have the driver working with other queries/inserts with all types, so this is just a collection encoding problem. Thanks, Jonathan On Sep 30, 2012, at 2:34 PM, Sylvain Lebresne wrote: > On Sun, Sep 30, 2012 at 6:02 PM, Jonathan Rudenber

Collections in native protocol

2012-09-30 Thread Jonathan Rudenberg
I'm working on a native protocol client, and I can't find documentation on what format collection values should be sent as in an EXECUTE request. I found CASSANDRA-4453, but this only seems to specify the response format. Any pointers would be appreciated. Thanks, Jonathan