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


##########
arrow-ipc/src/writer.rs:
##########
@@ -1727,6 +1727,26 @@ fn write_array_data(
             write_options,
         )?;
         return Ok(offset);
+    } else if let DataType::FixedSizeList(_, fixed_size) = data_type {

Review Comment:
   And in fact the commit in main 
https://github.com/apache/arrow-rs/commit/0e73524aaba99d9be6b2aa75d907b4f905542721
 does not have these changes



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