martin-g commented on PR #2014:
URL: https://github.com/apache/avro/pull/2014#issuecomment-1356859788

   > If I understand it correctly, this implementation means that for a complex 
message (I.e with deep schemas recursion) the user of the API has to build a 
vector with all the schemas and track the root one. Right ?
   
   This PR is about the use case when there are more than one schemata and they 
refer to each other. 
   When reading/writing the user has to provide the root/main schema as first 
parameter and all schemata as second parameter (to be able to resolve any 
references in the root/main one and all others).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to