westonpace commented on pull request #11255: URL: https://github.com/apache/arrow/pull/11255#issuecomment-928192777
My type testing typically doesn't test mixed types (e.g. `add(int64, int32)`) any longer (there are some exceptions) since I assume that is handled mostly by casting. If this is getting handled because dispatch best is casting null up to int64 (and is willing to cast null up to any data type) then I don't think I need to test it. On the other hand, if this is handled by registering some explicit kernels to handle "some null" then I probably should include it. -- 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]
