mzabaluev commented on code in PR #9397:
URL: https://github.com/apache/arrow-rs/pull/9397#discussion_r2809821848
##########
arrow-avro/src/reader/record.rs:
##########
@@ -2054,15 +2054,15 @@ impl Skipper {
Ok(())
}
Self::Int32 => {
- buf.get_int()?;
+ buf.skip_vlq()?;
Ok(())
}
Review Comment:
Good call out, I have fixed this and added the tests.
--
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]