Commits


Matt Nawara authored and GitHub committed 87283507b60
AVRO-3970: [Rust] Fix compatibility checks for UUID (#2838) Previously identical schemas were considered incompatible if a `"logicalType": "uuid"` field was present. Seems to have just been missing as an oversight in the compatiblity check code.