Complex type support for write streams --------------------------------------
Key: AVRO-195 URL: https://issues.apache.org/jira/browse/AVRO-195 Project: Avro Issue Type: Improvement Components: c Reporter: Matt Massie Assignee: Matt Massie Fix For: 1.3.0 Attachments: AVRO-195.patch This patch: * Ensures that proper write handlers are defined for all data types * Moves the decorator module to a separate source file in the top-level 'datatypes' directory * Renames avro_value_info to avro_value_module * Removes internal types (AVRO_DECORATOR, AVRO_FIELD) from public API since they are private types * Adds a new opaque avro_value type and removes all references to it in the private code This patch is part of the prep work needed to start a public API and complete unit tests for the complex types. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.