alamb commented on code in PR #10111:
URL: https://github.com/apache/arrow-rs/pull/10111#discussion_r3391629735


##########
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:
   the next PR could potentially update this to take the whole structure here 
(rather than &mut meta.buffers)



-- 
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]

Reply via email to