viirya commented on code in PR #5249:
URL: https://github.com/apache/arrow-rs/pull/5249#discussion_r1438444796
##########
arrow-ipc/src/reader.rs:
##########
@@ -522,6 +522,174 @@ fn parse_message(buf: &[u8]) -> Result<Message,
ArrowError> {
.map_err(|err| ArrowError::ParseError(format!("Unable to get root as
message: {err:?}")))
}
+/// Read the footer length from the last 10 bytes of a file
Review Comment:
```suggestion
/// Read the footer length from the last 10 bytes of an Arrow IPC 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]