pub fn compare_schemas(
writer: &Schema<'_>,
reader: &Schema<'_>,
) -> Result<bool, ArrowError>
Expand description
Compare two Avro schemas for equality (identical schemas). Returns true if the schemas have the same parsing canonical form (i.e., logically identical).