pitrou commented on issue #5354: URL: https://github.com/apache/arrow-rs/issues/5354#issuecomment-1919063053
> On the pyarrow side, I was surprised that `a.schema == b.schema` would work when fields match, but metadata is different (which is how tests were green). Sorry for that. Indeed, by default Schema equality doesn't check the metadata. You would have to change the code to `a.equals(b, check_metadata=True)`. (see https://arrow.apache.org/docs/python/generated/pyarrow.Schema.html#pyarrow.Schema.equals) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
