zanmato1984 commented on code in PR #42106:
URL: https://github.com/apache/arrow/pull/42106#discussion_r1639524200


##########
cpp/src/arrow/compute/expression.cc:
##########
@@ -72,11 +72,12 @@ Expression field_ref(FieldRef ref) {
 }
 
 Expression call(std::string function, std::vector<Expression> arguments,
-                std::shared_ptr<compute::FunctionOptions> options) {
+                std::shared_ptr<compute::FunctionOptions> options, bool 
is_special_form) {

Review Comment:
   Your explanation is convincing and it's hard to not be convinced. I'll need 
some more time to digest your comments and get back to you.
   
   I really appreciate your kind help and insightful comments, and the pointer 
to the interesting reading too :)
   
   Thank you @felipecrv !



-- 
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]

Reply via email to