viirya commented on code in PR #5833: URL: https://github.com/apache/arrow-rs/pull/5833#discussion_r1624566771
########## arrow-arith/src/arity.rs: ########## @@ -224,14 +224,15 @@ where /// This function gives error if the arrays have different lengths. /// This function gives error of original [`PrimitiveArray`] `a` if it is not a mutable /// primitive array. -pub fn binary_mut<T, F>( +pub fn binary_mut<T, U, F>( Review Comment: Thank you @alamb -- 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]
