jonmmease commented on code in PR #3473:
URL: https://github.com/apache/arrow-rs/pull/3473#discussion_r1063343809


##########
arrow-select/src/take.rs:
##########
@@ -1609,7 +1612,7 @@ mod tests {
             let list_data = ArrayData::builder(list_data_type.clone())
                 .len(4)
                 .add_buffer(value_offsets)
-                .null_bit_buffer(Some(Buffer::from([0b10111101, 0b00000000])))
+                .null_bit_buffer(Some(Buffer::from([0b11111111])))

Review Comment:
   The intended array here is `[[0,null,0], [-1,-2,3], [null], [5,null]]`, 
which has no null elements in the outer list array.



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