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 2024/01/11 08:45:08 UTC

[PR] AVRO-3928: [Rust] Convert serde_json::Value::Number to apache_avro::types::Value::Int when possible [avro]

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

   AVRO-3928
   
   ## What is the purpose of the change
   
   * If the number is bigger than i32::MIN and smaller than i32::MAX then convert to types::Value::Int, otherwise to types::Value::Long
   
   ## Verifying this change
   
   * Old and new tests must pass
   
   ## Documentation
   
   - Does this pull request introduce a new feature? no
   - If yes, how is the feature documented?  not documented
   


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


Re: [PR] AVRO-3928: [Rust] Convert serde_json::Value::Number to apache_avro::types::Value::Int when possible [avro]

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


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