pitrou commented on code in PR #5179:
URL: https://github.com/apache/arrow-rs/pull/5179#discussion_r1418569849
##########
arrow-ipc/src/reader.rs:
##########
@@ -498,10 +498,34 @@ pub fn read_dictionary(
Ok(())
}
+/// Read the data for a given block
+fn read_block<R: Read + Seek>(mut reader: R, block: &Block) -> Result<Buffer,
ArrowError> {
Review Comment:
Given that a block typically points to an entire record batch, yes, a block
is certainly large enough.
--
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]