protobuf-ruby / beefcake

A sane Google Protocol Buffers library for Ruby
MIT License
276 stars 46 forks source link

2.1.0 major feature "CREATE TYPE" support #53

Closed coolgeng closed 10 years ago

coolgeng commented 10 years ago

For 2.0.6, I use blob type to restore complicated data structure. Use the code for encode/decode like this:

However, 2.1.0 beta1 already provide major feature to present complicate data structure with "CREATE TYPE".

This is the ticket for Cassandra https://issues.apache.org/jira/browse/CASSANDRA-5590

I think beefcake should support this as well. Thanks.

bkerley commented 10 years ago

I don't follow how this relates to Beefcake; the linked Cassandra ticket has some kind of query language, but as far as I can tell Cassandra uses Thrift, not Protocol Buffers.

coolgeng commented 10 years ago

Sorry, I create ticket in the wrong place. I remove it, please ignore that.