-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port tests from apache/avro test_schema.py and implement schema equal…
…ity based on parsing canonical form (#97) I noticed that we were deriving PartialEq for Schema while my understanding is that the spec asserts that equality between schemas has to rely on parsing canonical form. So I manually impemented PartialEq and Eq based on that. I also created a bunch of issues to follow with the tests that I had to comment because they were failing.
- Loading branch information
Showing
4 changed files
with
783 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.