Phoenix500526 commented on code in PR #10277:
URL: https://github.com/apache/arrow-rs/pull/10277#discussion_r3599935306
##########
arrow-ipc/src/writer.rs:
##########
@@ -2523,6 +2771,111 @@ mod tests {
stream_reader.next().unwrap().unwrap()
}
+ fn encode_stream(
Review Comment:
Added in ef60c48
##########
arrow-ipc/src/writer.rs:
##########
@@ -1823,6 +2014,63 @@ pub struct EncodedData {
/// Arrow buffers to be written, should be an empty vec for schema messages
pub arrow_data: Vec<u8>,
}
+
+fn encoded_data_to_buffers(
Review Comment:
Added in ef60c48
--
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]