EeshanBembi commented on code in PR #18137:
URL: https://github.com/apache/datafusion/pull/18137#discussion_r2658920213
##########
datafusion/functions-nested/src/concat.rs:
##########
@@ -462,7 +369,8 @@ fn array_append_inner(args: &[ArrayRef]) ->
Result<ArrayRef> {
}
}
-fn array_prepend_inner(args: &[ArrayRef]) -> Result<ArrayRef> {
+/// Array_prepend SQL function
+pub fn array_prepend_inner(args: &[ArrayRef]) -> Result<ArrayRef> {
Review Comment:
Changed array_prepend_inner back to private as well.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]