avro_schema_get_subschema function
----------------------------------
Key: AVRO-725
URL: https://issues.apache.org/jira/browse/AVRO-725
Project: Avro
Issue Type: New Feature
Components: c
Reporter: Douglas Creager
Assignee: Douglas Creager
Priority: Minor
I've created a patch that adds a new avro_schema_get_subschema function. This
provides a single function for returning the named subschema, without having to
worry about which particular schema type you have. It turns NULL if the named
subschema doesn't exist, or if the schema doesn't support subschemas.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.