alamb commented on code in PR #3804:
URL: https://github.com/apache/arrow-rs/pull/3804#discussion_r1129855706
##########
arrow-arith/src/arity.rs:
##########
@@ -105,6 +105,20 @@ where
Ok(Arc::new(array.with_values(&values)))
}
+/// See [`DictionaryArray::unary_mut`]
Review Comment:
I guess I was wondering that since the function was marked as
`allow_dead_code` it wasn't used nor was it public, why include this function
in the library?
I see the API added to `DictionaryArray` is 👍
--
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]