pitrou commented on issue #50080: URL: https://github.com/apache/arrow/issues/50080#issuecomment-4602033351
You could try disabling those casts and see if everything still works fine. Some random observations: 1. `FixedSizeBinary` is parametric, for example `FixedSizeBinary(2)` and `FixedSizeBinary(3)` are different types 2. `binary_view` and `utf8_view` are different types -- 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]
