[
https://issues.apache.org/jira/browse/AVRO-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Yokota reassigned AVRO-4175:
-----------------------------------
> Allow previously parsed schemas to be referenced when parsing a schema
> ----------------------------------------------------------------------
>
> Key: AVRO-4175
> URL: https://issues.apache.org/jira/browse/AVRO-4175
> Project: Apache Avro
> Issue Type: Improvement
> Components: c++
> Affects Versions: 1.12.0
> Reporter: Robert Yokota
> Assignee: Robert Yokota
> Priority: Blocker
>
> Currently the C++ Avro library does not have a way to parse a new schema that
> refers to named schemas that have been previously parsed.
> The equivalent in the Java Avro library is to construct an instance of
> Schema.Parser and to use the same parser instance to parse the referenced
> schemas before the referring schema.
> Without this change, tools that allow Avro schemas to reference one another,
> such as the Confluent Schema Registry, cannot interoperate well with C++
> applications.
> An equivalent issue was fixed for C#:
> https://issues.apache.org/jira/browse/AVRO-4091
--
This message was sent by Atlassian Jira
(v8.20.10#820010)