comphead commented on code in PR #9629:
URL: https://github.com/apache/arrow-datafusion/pull/9629#discussion_r1527195574


##########
datafusion/functions-array/src/core.rs:
##########
@@ -105,7 +105,8 @@ impl ScalarUDFImpl for MakeArray {
     }
 }
 
-/// `make_array` SQL function
+/// `make_array_inner` is the implementation of the `make_array` function.

Review Comment:
   ```suggestion
   /// Constructs an array using the input `data` as `ArrayRef`.
   /// Returns a reference-counted `Array` instance result.
   ```



-- 
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]

Reply via email to