Commits


Joel Turkel authored and GitHub committed bd31cc452db
AVRO-3000: Avoid unnecessary schema compatibility checks (#1038) Ruby Avro decoding spends a fair amount of time validating that the reader and writer schemas are compatible. These checks are unnecessary for the fairly common case of the reader and writer schemas being the same Avro::Schema instance.