viirya commented on code in PR #2317:
URL: https://github.com/apache/arrow-rs/pull/2317#discussion_r938153430
##########
arrow/src/util/integration_util.rs:
##########
@@ -945,22 +1258,25 @@ mod tests {
.len(3)
.add_buffer(value_offsets)
.add_child_data(value_data.into_data())
+ .null_bit_buffer(Some(Buffer::from([0b00000011])))
Review Comment:
This appears to be a bug in previous code. The `integration.json` specifies
null buffer like the update, but it doesn't reflect that before.
--
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]