tustvold commented on code in PR #3244: URL: https://github.com/apache/arrow-rs/pull/3244#discussion_r1035852682
########## arrow-array/src/array/mod.rs: ########## @@ -916,7 +916,7 @@ mod tests { #[test] fn test_null_struct() { let struct_type = - DataType::Struct(vec![Field::new("data", DataType::Int64, true)]); + DataType::Struct(vec![Field::new("data", DataType::Int64, false)]); Review Comment: This reverts a change in #3205 - you should be able to create a null struct containing a non-nullable child -- 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