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


##########
arrow-data/src/data/primitive.rs:
##########
@@ -90,6 +113,7 @@ primitive!(f32, Float32);
 primitive!(f64, Float64);
 
 /// An enumeration of the types of [`PrimitiveArrayData`]
+#[derive(Debug, Clone)]

Review Comment:
   Yes, I eventually hope to port the equality code across, but it is more 
complex than just adding a `Derive` as it needs to test for logical equality, 
e.g. accounting for nulls



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