pub fn diff_schemas_by_name(
old: &SchemaRef,
new: &SchemaRef,
) -> Vec<SchemaChange>Expand description
Computes the diff between two Arrow schemas using name-based matching.
Returns a list of SchemaChange entries describing all differences.
Order: column removals, column additions, type changes, nullability changes.