ethantang93 commented on code in PR #10803:
URL: https://github.com/apache/arrow-rs/pull/10803#discussion_r3839125521


##########
parquet/tests/arrow_reader/bad_data.rs:
##########
@@ -107,9 +108,10 @@ fn test_arrow_gh_41317() {
 #[test]
 fn test_arrow_rs_gh_6229_dict_header() {
     let err = read_file("ARROW-RS-GH-6229-DICTHEADER.parquet").unwrap_err();
-    assert_eq!(
-        err.to_string(),
-        "External: Parquet argument error: Parquet error: Integer overflow: 
out of range integral type conversion attempted"

Review Comment:
   this was causing the miri run to fail, the trailing text comes from std's 
TryFromIntError and varies by toolchain (stable vs. Miri's nightly). 



-- 
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]

Reply via email to