Weijun-H commented on code in PR #8121:
URL: https://github.com/apache/arrow-datafusion/pull/8121#discussion_r1400309359


##########
datafusion/physical-expr/src/array_expressions.rs:
##########
@@ -2939,6 +3011,43 @@ mod tests {
             as_uint64_array(&arr).expect("failed to initialize function 
array_length");
 
         assert_eq!(result, &UInt64Array::from(vec![None]));
+

Review Comment:
   The current idea is to use `arrow_cast()` to create a LargeList instead of 
`make_array`. This pr is stalled by #8290 @alamb @jayzhan211 



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to