Jefffrey commented on code in PR #23775:
URL: https://github.com/apache/datafusion/pull/23775#discussion_r3635606959


##########
datafusion/functions-nested/src/extract.rs:
##########
@@ -1236,6 +1244,47 @@ mod tests {
         Ok(())
     }
 
+    // An empty (length-0) list element that is not null must yield NULL, not
+    // the next element's value.
+    #[test]
+    fn test_array_any_value_empty_list_element() -> Result<()> {

Review Comment:
   an empty list element will have the same structure regardless; i could see 
why this would matter if we were testing some edge case with a non-empty null 
slot, but since this is just for regular empty lists its probably not necessary



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

Reply via email to