avro icon indicating copy to clipboard operation
avro copied to clipboard

AVRO-2928: Ruby implementation of single object encoding

Open ypt opened this issue 5 years ago • 0 comments

https://issues.apache.org/jira/browse/AVRO-2928

This PR finishes up an old PR (#43) which included a proof-of-concept for Ruby single object encoding. The old PR was pretty much 90% of the way there. This PR aims to finish up that implementation. It mainly includes:

  1. updates to align with the single object encoding spec - i.e. leveraging a CRC-64-AVRO fingerprint
  2. broader test coverage
  3. a few minor naming updates to better align with the naming conventions used in the existing implementations in other languages

ypt avatar Sep 15 '20 17:09 ypt