nevi-me commented on a change in pull request #8792: URL: https://github.com/apache/arrow/pull/8792#discussion_r532209065
########## File path: rust/parquet/src/arrow/arrow_writer.rs ########## @@ -855,13 +937,14 @@ mod tests { } #[test] + #[ignore = "list support is incomplete"] fn arrow_writer_complex() { // define schema let struct_field_d = Field::new("d", DataType::Float64, true); let struct_field_f = Field::new("f", DataType::Float32, true); let struct_field_g = Field::new( "g", - DataType::List(Box::new(Field::new("items", DataType::Int16, false))), Review comment: Tests still pass after rebasing, so that's great. CC @jorgecarleitao ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org