Ted-Jiang opened a new issue, #2328:
URL: https://github.com/apache/arrow-rs/issues/2328

   There are two kinds of erroe
   one is like @thinkharderdev #2316 mentioned
   ```
   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());
   ```
   
   _Originally posted by @Ted-Jiang in 
https://github.com/apache/arrow-rs/issues/2315#issuecomment-1204790140_


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