etseidl commented on code in PR #9924:
URL: https://github.com/apache/arrow-rs/pull/9924#discussion_r3191763218
##########
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:
When first added, this test expected `"External: Parquet argument error:
External: bad data"`, but was changed to the current form during the thrift
remodel. Apparently there's more than one error in this file.
--
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]