alamb commented on code in PR #8065:
URL: https://github.com/apache/arrow-rs/pull/8065#discussion_r2283121460


##########
arrow-array/src/array/boolean_array.rs:
##########
@@ -185,6 +185,10 @@ impl BooleanArray {
     }
 
     /// Returns the boolean value at index `i`.
+    ///
+    /// Note: This method does not check for nulls and the value is arbitrary

Review Comment:
   Yes, I agree, that is why i was trying to add the documentation. 



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

Reply via email to