zanmato1984 opened a new issue, #47268: URL: https://github.com/apache/arrow/issues/47268
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/blob/221484804ffae19bf55d7198e5773d9e956b7b42/cpp/src/arrow/compute/expression.cc#L565-L576 In L569 we only handle the ok case for `FinishBind()`. If not ok, and `insert_implicit_casts` is `false`, we'll return `maybe_exact_match.status()` instead of the real (bad) one of `FinishBind()`. ### Component(s) C++ -- 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]
