rluvaton commented on code in PR #9711:
URL: https://github.com/apache/arrow-rs/pull/9711#discussion_r3143237865
##########
arrow-buffer/src/buffer/offset.rs:
##########
@@ -471,4 +562,449 @@ mod tests {
&[0, third_max as i32, (third_max * 2) as i32]
);
}
+
+ // ---------------------------------------------------------------
+ // Tests for is_there_null_pointing_to_non_empty_value
+ // ---------------------------------------------------------------
+
+ #[test]
+ fn null_pointing_none_null_buffer() {
Review Comment:
removed some
--
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]