Commits

Wes McKinney authored 3beff20f3ac
ARROW-8057: [Python] Do not compare schema metadata in Schema.equals and Table.equals by default It seems that in practice checking for metadata equality is the less predominant mode when comparing schemas, as evidenced by the proliferation of `check_metadata=False` in our test suite and the issue reported in ARROW-8057 after the introduction of Parquet field_id metadata in ARROW-7080. While this is an API change I don't think it will affect very many people Closes #6569 from wesm/ARROW-8057 Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>