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


##########
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:
   it is strange that github is showing this in the diff. However, I verified 
this code is already on main so this PR doesn't change the cide
   
   
https://github.com/apache/arrow-rs/blob/a01886db20982155fb38f101181ae14f31ed9256/arrow-ipc/src/writer.rs#L1730-L1750
   
   🤷 



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