Veeupup commented on code in PR #8140:
URL: https://github.com/apache/arrow-datafusion/pull/8140#discussion_r1390385650
##########
datafusion/expr/src/expr_fn.rs:
##########
@@ -722,6 +722,12 @@ scalar_expr!(
"Returns an array of the elements in the intersection of array1 and
array2."
);
+nary_scalar_expr!(
Review Comment:
It seems that `range` has variant inputs so it should use `nary_scalar_expr`
to handle different inputs.
--
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]