tustvold commented on code in PR #4393: URL: https://github.com/apache/arrow-rs/pull/4393#discussion_r1226601349
########## arrow-array/src/array/boolean_array.rs: ########## @@ -93,6 +93,17 @@ impl BooleanArray { Self { values, nulls } } + /// Create a new [`BooleanArray`] with length `len` consisting only of nulls + pub fn new_null(len: usize) -> Self { Review Comment: Split out into - https://github.com/apache/arrow-rs/pull/4402 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org