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/08/04 12:26:02 UTC

[GitHub] [avro] martin-g opened a new pull request, #2417: AVRO-3821: [Rust] Encoding records should follow the schema

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

   AVRO-3821
   
   When encoding Value::Record the logic should use the order of the fields in the schema instead of the order in the Value::Record
   
   ## What is the purpose of the change
   
   * Fix the encoding of `apache_avro::types::Value::Record` which fields are not sorted as the schema fields
   
   
   ## Verifying this change
   
   * A unit test is updated to cover this case
   
   ## 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 #2417: AVRO-3821: [Rust] Encoding records should follow the schema

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


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