chenzhenghua created AVRO-1317:
----------------------------------

             Summary: Support for get subschema from the outer one
                 Key: AVRO-1317
                 URL: https://issues.apache.org/jira/browse/AVRO-1317
             Project: Avro
          Issue Type: New Feature
          Components: c++
    Affects Versions: 1.7.4
            Reporter: chenzhenghua


C++ should add the feature of get nested schema from the outer one. 
Java using the Parser.getTypes() to access the nested schema map, and C has a 
function named as avro_schema_get_subschema(), C++ should implement a similar 
feature, it is helpful to reduce schema definition copies.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to