You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "martin-g (via GitHub)" <gi...@apache.org> on 2023/06/12 13:01:09 UTC

[GitHub] [avro] martin-g commented on pull request #2280: AVRO-3772: [Rust] Deserialize Errors for an Unknown Enum Symbol instead of Returning Default

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

   I've pushed a second [commit](https://github.com/apache/avro/pull/2280/commits/1513cf04138942c2121a65cda18c67798083c5f6) about `(I'm also curious if there would be another issue if the record contained a symbol that exists in the writer enum and had an index greater than the len of the reader's symbols since it appears to be doing a check for that on line 859).`
   I don't see a requirement in the specification about the number of the symbols, so I removed that.


-- 
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-unsubscribe@avro.apache.org

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