Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-1649: Teach SchemaCompatability to be more descriptive with failing compatibility checks. #24

Closed
wants to merge 1 commit into from

Conversation

bcotton
Copy link

@bcotton bcotton commented Mar 11, 2015

Also adds enums to SchemaCompatability.SchemaCompatibilityType for the various compatability checks.

…ing compatibility checks.

Also adds enums to SchemaCompatability.SchemaCompatibilityType for the various compatability checks.
/**
* Constructs a new instance.
*
* @param type of the schema compatibility.
* @param reader schema that was validated.
* @param writer schema that was validated.
* @param description of this compatibility result.
*/
public SchemaPairCompatibility(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is part of the public API, this constructor should still be supported, but possibly deprecated.

@asfgit asfgit closed this Feb 4, 2016
iemejia pushed a commit that referenced this pull request Jun 11, 2021
* Add badges and info to README

* Make example main() return Result so we can use ?

* Write home page tutorial

Also re-export Reader at the top level of the library
SingingBush pushed a commit to SingingBush/avro that referenced this pull request Jun 29, 2023
SingingBush pushed a commit to SingingBush/avro that referenced this pull request Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants