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/11/02 11:58:29 UTC

[PR] AVRO-3898: [Rust] Schema compatibility should not check namespace [avro]

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

   AVRO-3898
   
   ## What is the purpose of the change
   
   * According to the spec (https://avro.apache.org/docs/1.11.1/specification/#schema-resolution) named schemas must check only the unqualified names:
   
   ```
   both schemas are records with the same (unqualified) name
   ```
   
   ## Verifying this change
   
   * New unit tests are added
   
   ## 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


Re: [PR] AVRO-3898: [Rust] Schema compatibility should not check namespace [avro]

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


-- 
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-3898: [Rust] Schema compatibility should not check namespace [avro]

Posted by "woile (via GitHub)" <gi...@apache.org>.
woile commented on PR #2574:
URL: https://github.com/apache/avro/pull/2574#issuecomment-1790655841

   LGTM. Thanks


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