martin-g commented on PR #246:
URL: https://github.com/apache/avro-rs/pull/246#issuecomment-3191294727

   > `Schema::parse_str` is only async because `Parser::parse` is async, but 
that is async because it recursively depends on itself (I think?).
   
   It appeared to be more complex.
   
   Parser::parse_record calls RecordFieldExt::parse() and it calls 
Self::resolve_default_value() and this one calls ValueExt::resolve_internal() 
and this calls bigdecimal::deserialize_big_decimal() and this calls 
decode_long() that needs to be `async`...


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