viirya commented on code in PR #3804:
URL: https://github.com/apache/arrow-rs/pull/3804#discussion_r1129847456
##########
arrow-arith/src/arity.rs:
##########
@@ -105,6 +105,20 @@ where
Ok(Arc::new(array.with_values(&values)))
}
+/// See [`DictionaryArray::unary_mut`]
Review Comment:
I think so. We only have unary_mut for primitive array but not for dictonary
one.
--
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]