zanmato1984 commented on code in PR #47284:
URL: https://github.com/apache/arrow/pull/47284#discussion_r2288556722
##########
cpp/src/arrow/compute/expression.cc:
##########
@@ -545,67 +545,61 @@ Result<Expression> BindNonRecursive(Expression::Call
call, bool insert_implicit_
std::vector<TypeHolder> types = GetTypes(call.arguments);
ARROW_ASSIGN_OR_RAISE(call.function, GetFunction(call, exec_context));
- auto FinishBind = [&] {
Review Comment:
This is basically reverting the change of #40223. Because we've reworked the
fix in #47297. Besides, the original control flow (prior to #40223) is much
more straightforward.
--
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]