You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2020/04/22 23:46:38 UTC

[GitHub] [avro] kojiromike opened a new pull request #861: AVRO-2748: Refactor Schema Matching

kojiromike opened a new pull request #861:
URL: https://github.com/apache/avro/pull/861


   Leverage each schema type's internal knowledge of its matching logic to
   simplify schema matching code. This object-oriented refactor is intended
   to make it easier to approach tickets like AVRO-2748. It doesn't
   actually resolve the issue, but makes it possible to reason about in
   better isolation.
   
   ### Jira
   
   - [x] My PR addresses [AVRO-2748](https://issues.apache.org/jira/browse/AVRO-2748).
   - [x] My PR references the ticket in its title.
   - [x] My PR adds no dependencies.
   
   ### Tests
   
   - [x] My PR adds no new tests; however the change is covered by tests.
   
   ### Commits
   
   - [x] My commits all reference Jira issues in their subject lines.
   
   ### Documentation
   
   - [x] My PR adds no new functionality.


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

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