Weijun-H commented on code in PR #8121: URL: https://github.com/apache/arrow-datafusion/pull/8121#discussion_r1398237060
########## 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: Yes, I do not know how we could construct the `LargeList` in sqllogictest, instead of an array with more `i32:MAX` by `make_array`. -- 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