Kriskras99 opened a new pull request, #579:
URL: https://github.com/apache/avro-rs/pull/579

   I ended up using the suggestion from @flxo instead of my own suggestion as 
it is not clear from a `ResolvedSchema` which schema needs to be resolved 
against.
   
   This also optimizes `Value::resolve_internal` to take an 
`Option<&JsonValue>` instead of an `&Option<JsonValue>` which saves a memory 
load on every function call.
   
   Closes #574


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