Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.10.0
-
None
-
None
Description
There was an initial proof of concept in 2015 for the Ruby implementation of single object encoding (PR #43), which I believe took place even before the 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