alamb commented on code in PR #6593:
URL: https://github.com/apache/arrow-datafusion/pull/6593#discussion_r1225832508
##########
datafusion/physical-expr/src/functions.rs:
##########
@@ -404,7 +404,7 @@ pub fn create_physical_fun(
Arc::new(array_expressions::array_to_string)
}
BuiltinScalarFunction::Cardinality =>
Arc::new(array_expressions::cardinality),
- BuiltinScalarFunction::MakeArray => Arc::new(array_expressions::array),
+ BuiltinScalarFunction::MakeArray =>
Arc::new(array_expressions::array_make),
Review Comment:
I fixed this in d91f66704 (it was a little tricky because `make_array` is
also a function in arrow so some new aliasing was needed
--
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]