jayzhan211 commented on code in PR #8414:
URL: https://github.com/apache/arrow-datafusion/pull/8414#discussion_r1415692528


##########
datafusion/common/src/scalar.rs:
##########
@@ -3616,6 +3216,19 @@ mod tests {
             Some(vec![Some(4), Some(5)]),
         ]);
         assert_eq!(list_array, &expected);
+
+        let scalars = build_list::<i64>(vec![
+            vec![Some(1), Some(2), Some(3)],
+            vec![Some(4), Some(5)],
+        ]);

Review Comment:
   I dont think is possible to create list with null? Maybe List(NullArray)? 
But it is different than List(I64::None). So I did not add it.



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