alamb commented on code in PR #9924:
URL: https://github.com/apache/arrow-rs/pull/9924#discussion_r3201446399
##########
parquet/tests/arrow_reader/bad_data.rs:
##########
@@ -98,7 +98,7 @@ fn test_arrow_gh_41317() {
let err = read_file("ARROW-GH-41317.parquet").unwrap_err();
assert_eq!(
err.to_string(),
- "External: Parquet argument error: Parquet error: StructArrayReader
out of sync in read_records, expected 5 read, got 2"
+ "Parquet error: Expected list element type of I32 but got I16"
Review Comment:
this seems like a reasonable error mesage to me. The data is still rejected
(and in this case earlier)
--
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]