bkietz commented on code in PR #6321:
URL: https://github.com/apache/arrow-rs/pull/6321#discussion_r1779112814
##########
arrow-ipc/src/writer.rs:
##########
@@ -1222,48 +1259,50 @@ pub struct EncodedData {
/// Write a message's IPC data and buffers, returning metadata and buffer data
lengths written
pub fn write_message<W: Write>(
mut writer: W,
+ already_written_len: usize,
encoded: EncodedData,
write_options: &IpcWriteOptions,
) -> Result<(usize, usize), ArrowError> {
Review Comment:
If it's preferable I can certainly do that; I think that was the first thing
I wrote. Then it seemed that this function is only public for use in
arrow-flight, so I prioritized keeping things simpler.
--
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]