tustvold commented on issue #6467: URL: https://github.com/apache/arrow-rs/issues/6467#issuecomment-2377566198
Two lists should be equal regardless of field name correct, but this does not mean the schemas should compare equal. The approach taken by this crate is that metadata is part of equality, as this is the safe-by-default option. There are methods where users can opt-in to looser comparison, e.g. equals_datatype, where this is acceptable for that use-case -- 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]
