jayzhan211 commented on code in PR #8414:
URL: https://github.com/apache/arrow-datafusion/pull/8414#discussion_r1414019919
##########
datafusion/common/src/scalar.rs:
##########
@@ -5067,76 +4680,45 @@ mod tests {
assert_eq!(array, &expected);
}
- #[test]
- fn test_nested_lists() {
- // Define inner list scalars
- let a1 = ListArray::from_iter_primitive::<Int32Type, _,
_>(vec![Some(vec![
Review Comment:
This test includes array that length > 1, which violate the
ScalarValue::List constraint. So I rewrite the test.
--
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]