alamb commented on code in PR #9570:
URL: https://github.com/apache/arrow-datafusion/pull/9570#discussion_r1523467972
##########
datafusion/functions-array/src/kernels.rs:
##########
@@ -893,6 +895,100 @@ pub fn array_length(args: &[ArrayRef]) ->
Result<ArrayRef> {
}
}
+/// array_resize SQL function
Review Comment:
I think @jayzhan211 may have a plan to split these functions up into
different modules (e.g. not one giant `kernels.rs` file). No changes needed for
this PR, just FYI
--
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]