Rich-T-kid commented on code in PR #10111:
URL: https://github.com/apache/arrow-rs/pull/10111#discussion_r3391645172
##########
arrow-ipc/src/writer.rs:
##########
@@ -1984,7 +1987,7 @@ fn write_array_data(
offset = encode_sink_buffer(
null_buffer,
- buffers,
+ &mut meta.buffers,
Review Comment:
I thought about doing that but only `meta.buffers` gets used. If you like
that approach more I can change it right now
--
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]