Re: Collections in native protocol

2012-10-01 Thread Sylvain Lebresne
Sure. On Mon, Oct 1, 2012 at 5:33 PM, Jonathan Rudenberg wrote: > 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-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 Sylvain Lebresne
Ok, I'll look what's wrong. -- Sylvain On Mon, Oct 1, 2012 at 1:27 AM, Jonathan Rudenberg wrote: > I'm putting a collection onto the wire in an EXECUTE request with exactly the > same bytes that were received and I get: > > "Can't apply operation on column with > org.apache.cassandra.db.marsha

Re: Collections in native protocol

2012-09-30 Thread Jonathan Rudenberg
I'm putting a collection onto the wire in an EXECUTE request with exactly the same bytes that were received and I get: "Can't apply operation on column with org.apache.cassandra.db.marshal.SetType(org.apache.cassandra.db.marshal.UTF8Type) type" Here's the full trace log from cassandra: DEBUG

Re: Collections in native protocol

2012-09-30 Thread Sylvain Lebresne
On Sun, Sep 30, 2012 at 6:02 PM, Jonathan Rudenberg wrote: > I found CASSANDRA-4453, but this only seems to specify the response format. It's the same format for EXECUTE. > Any pointers would be appreciated. I'm afraid there isn't much more than the source at this point but I'll try to add some

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