Paul Tzen created AVRO-2928:
-------------------------------
Summary: Ruby implementation of single object encoding
Key: AVRO-2928
URL: https://issues.apache.org/jira/browse/AVRO-2928
Project: Apache Avro
Issue Type: New Feature
Components: ruby
Affects Versions: 1.10.0
Reporter: Paul Tzen
Assignee: Paul Tzen
There was an initial proof of concept in 2015 for the Ruby implementation of
single object encoding ([PR #43|https://github.com/apache/avro/pull/43]), which
I believe took place even before the [single object encoding
spec|https://avro.apache.org/docs/current/spec.html#single_object_encoding_spec]
was finalized to CRC-64-AVRO. That PR seems about 90% of the way there. To
finish it up, I _think_ that it mainly requires:
# updates to leverage a CRC-64-AVRO fingerprint
# test coverage
# a few minor naming updates to better align with the naming conventions used
in the existing implementations in other languages
--
This message was sent by Atlassian Jira
(v8.3.4#803005)