Commits


Michael A. Smith authored and GitHub committed 72a0fef3e92
AVRO-3104 Allow Comparing Schemas to non-Schemas (#1221) Avro no longer crashes with an `AttributeError` when you test if a schema is equal to an object that is not a schema, as in `some_schema == not_a_schema`. The result is always `False`.