Ted-Jiang commented on PR #2315:
URL: https://github.com/apache/arrow-rs/pull/2315#issuecomment-1204790140
There are two kinds of erroe
one is
```
failed to skip rows, expected x, got 4
```
one is parquet/src/arrow/arrow_reader.rs:1260
```
assert_eq!(a.data(), b.data(), "{:#?} vs {:#?}", a.data(), b.data());
```
--
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]