tustvold commented on code in PR #2056:
URL: https://github.com/apache/arrow-rs/pull/2056#discussion_r922863882
##########
arrow/src/array/array_boolean.rs:
##########
@@ -242,14 +242,19 @@ impl<Ptr: Borrow<Option<bool>>> FromIterator<Ptr> for
BooleanArray {
}
});
+ let null_buf: Buffer = null_builder.into();
Review Comment:
I wonder if we could push this optimisation into ArrayData::new_unchecked??
--
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]