devanbenz commented on code in PR #6757:
URL: https://github.com/apache/arrow-rs/pull/6757#discussion_r1851136388
##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -4065,4 +4065,54 @@ mod tests {
}
}
}
+
+ #[test]
+ fn test_read_old_nested_list() {
+ use arrow::datatypes::DataType;
+ use arrow::datatypes::ToByteSlice;
+
+ let testdata = arrow::util::test_util::parquet_test_data();
+ // message my_record {
Review Comment:
Nice, thank you for putting a comment with the test data. I like this :)
--
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]