boaz-codota commented on a change in pull request #784:
URL: https://github.com/apache/arrow-rs/pull/784#discussion_r711693308



##########
File path: arrow/src/array/builder.rs
##########
@@ -2708,6 +2708,17 @@ mod tests {
         assert!(buffer.get_bit(0));
     }
 
+    #[test]
+    fn test_bool_buffer_builder_get_first_bit_not_requires_mutability() {

Review comment:
       Given that I managed to do the fuckup of requiring a mutable reference, 
I'd prefer to keep this test to prevent the possibility of this happening in 
the future (although unlikely). I hope you are OK with this.




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