pitrou commented on PR #39200: URL: https://github.com/apache/arrow/pull/39200#issuecomment-1852066720
I am not sure it's a good idea to do this automatically and exhaustively. Some operations will depend on the logical meaning of the types: you probably don't want the same casting rules to apply to `UUID` than to `fixed_size_binary<16>`, for example. This seems reasonable to functions that merely forward one of their arguments, though, such as `if_else`. -- 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]
