Bug fix patch for C++
---------------------
Key: AVRO-97
URL: https://issues.apache.org/jira/browse/AVRO-97
Project: Avro
Issue Type: Bug
Components: c++
Reporter: Scott Banachowski
This patch has several fixes targeted to feedback from alpha users:
The code generator created some uncompilable code when a "bytes" type appears
in a union.
The "bytes" parser template had a spurious &.
Variable int reader bit shift was off by 1 bit.
Parser is set to print more verbose error messages and produce exceptions with
these messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.