jhump commented on PR #3266:
URL: https://github.com/apache/avro/pull/3266#issuecomment-2573958994

   @wgtmac, I've updated this branch so that instead of deprecating the old 
methods and adding new ones, there's now a constructor flag to indicate whether 
values are strings or arbitrary JSON values (in which case string values must 
be quoted).
   
   In updating tests, I realized that my code wasn't correctly validating that 
string values were correct -- if it had a botched/unescaped quote, it wouldn't 
be flagged as an invalid value. So I added some stuff in the json folder so 
that `loadEntity` makes sure that it exhausts all input and fails if there 
appears to be a subsequent value in the stream. This also caught an existing 
issue in a schema string literal in `SchemaTests.cc`.


-- 
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: issues-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to