atwam commented on issue #5354: URL: https://github.com/apache/arrow-rs/issues/5354#issuecomment-1918830170
That's correct, I think #5070 introduced it, by transforming from a `StructArray` in the capsule case. The code for non-capsule conversion will work fine, because it keeps the schema around. 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). -- 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]
