tustvold commented on code in PR #5179:
URL: https://github.com/apache/arrow-rs/pull/5179#discussion_r1418102367
##########
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:
I am making an assumption here that blocks should be large enough to be an
appropriate IO size
--
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]