markfarnan commented on PR #2014:
URL: https://github.com/apache/avro/pull/2014#issuecomment-1356867261

   Update: I've been testing this PR for our protocol schema's, and so far it 
works fine.   
   
   - I went through and ordered the schemas by dependancy, so it no longer 
panics.   I think being able to handle schema-resolution out of order would be 
a nice-to-have in the "ResolvedSchema::try_from(schemata)?;"  section
   
   - All 208 schema's are now parsing and resolving correctly in a single pass. 
 This covers all messages of the protocl.
   
   - For finding the 'root' schema's, I'm post procssing the output of  
Schema::parse_list to create a qualifiedname/schema map to make it easy to 
aquire  a 'root' schema when sending messages. Works so far. 
   
   
   


-- 
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