[
https://issues.apache.org/jira/browse/AVRO-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Douglas Creager updated AVRO-725:
---------------------------------
Status: Patch Available (was: Open)
Here's the patch. It includes a new test program.
> 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
> Attachments: 0001-avro_schema_get_subschema-function.patch
>
>
> 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.