jayzhan211 commented on code in PR #9980:
URL: https://github.com/apache/arrow-datafusion/pull/9980#discussion_r1557706768
##########
datafusion/functions-array/src/array_has.rs:
##########
@@ -53,6 +53,16 @@ make_udf_function!(ArrayHasAny,
array_has_any_udf // internal function name
);
+// TODO: Macro-ify aliases for all functions
+pub fn array_has_aliases() -> Vec<String> {
Review Comment:
Agree with the first 2 points.
> There are now two Vecs of arrays that need to be kept in sync
We can replace private aliases.
--
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]