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

[GitHub] [avro] martin-g opened a new pull request, #2333: AVRO-3787: [Rust] Deserialization fails to use default if an enum in a record in a union is given an unknown symbol

martin-g opened a new pull request, #2333:
URL: https://github.com/apache/avro/pull/2333

   AVRO-3787
   
   Do not fail the validation if the provided enum symbol is not in the list of available ones if there schema defines a default symbol
   
   ## What is the purpose of the change
   
   * Improve the behavior when doing schema validation with an Enum that has a default value
   
   ## Verifying this change
   
   * The tests from the JIRA ticket have been added to the test suite
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no


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

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


[GitHub] [avro] martin-g merged pull request #2333: AVRO-3787: [Rust] Deserialization fails to use default if an enum in a record in a union is given an unknown symbol

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2333:
URL: https://github.com/apache/avro/pull/2333


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

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