viirya commented on code in PR #3804:
URL: https://github.com/apache/arrow-rs/pull/3804#discussion_r1129931251
##########
arrow-arith/src/arity.rs:
##########
@@ -105,6 +105,20 @@ where
Ok(Arc::new(array.with_values(&values)))
}
+/// See [`DictionaryArray::unary_mut`]
Review Comment:
I supposed that it will be used by #3709. It's okay to remove it now and we
can add it back later when it is really used?
--
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]