tustvold commented on code in PR #2746:
URL: https://github.com/apache/arrow-rs/pull/2746#discussion_r976487276


##########
arrow/src/array/array.rs:
##########
@@ -358,6 +358,90 @@ pub trait ArrayAccessor: Array {
     unsafe fn value_unchecked(&self, index: usize) -> Self::Item;
 }
 
+impl PartialEq for dyn Array {

Review Comment:
   These are moved from arrow/equal/mod.rs



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