Rich-T-kid commented on code in PR #10137:
URL: https://github.com/apache/arrow-rs/pull/10137#discussion_r3469895996
##########
arrow-ipc/src/writer.rs:
##########
@@ -728,6 +732,16 @@ impl IpcDataGenerator {
let tail_pad = pad_to_alignment(alignment, offset as usize);
let body_len = offset as usize + tail_pad;
+ // Build flatbuffer header using the reused builder in the context.
Review Comment:
remove this comment
##########
arrow-ipc/src/writer.rs:
##########
@@ -810,7 +817,16 @@ impl IpcDataGenerator {
let body_len = offset as usize + tail_pad;
arrow_data.extend_from_slice(&PADDING[..tail_pad]);
- // write data
+ // Build flatbuffer header using the reused builder in the context.
Review Comment:
remove this comment
--
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]