Add support for encoding/decoding records -----------------------------------------
Key: AVRO-364 URL: https://issues.apache.org/jira/browse/AVRO-364 Project: Avro Issue Type: Improvement Components: c Reporter: Matt Massie Fix For: 1.3.0 This patch will add support for encoding/decoding records. It also breaks up datum.c into multiple source files datum.c datum_equal.c datum_read.c datum_write.c and datum_validate.c in order to make the code more manageable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.