chenkovsky commented on code in PR #16167:
URL: https://github.com/apache/datafusion/pull/16167#discussion_r2105801259


##########
datafusion/functions-nested/src/length.rs:
##########
@@ -128,26 +148,20 @@ pub fn array_length_inner(args: &[ArrayRef]) -> 
Result<ArrayRef> {
     match &args[0].data_type() {
         List(_) => general_array_length::<i32>(args),
         LargeList(_) => general_array_length::<i64>(args),
+        DataType::ListView(_) => general_array_length::<i32>(args),

Review Comment:
   I planed to add test, but I found it's NOT YET FULLY SUPPORTED, and there's 
no slt test. maybe I should remove it first. and add it when it's fully 
supported.



-- 
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...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to