C++ version is using wrong endian for varints
---------------------------------------------
Key: AVRO-113
URL: https://issues.apache.org/jira/browse/AVRO-113
Project: Avro
Issue Type: Bug
Components: c++
Reporter: Scott Banachowski
I totally overlooked the wording in the spec that says least significant parts
appear before more significant ones, and used the inverse convention.
This was discovered when I compared to Java output (highlighting the absence of
the interoperability tests for c++!).
Here is a fix for the code. Interoperability tests should follow soon.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.