Dandandan commented on code in PR #7457:
URL: https://github.com/apache/arrow-rs/pull/7457#discussion_r2069335130


##########
arrow-arith/src/arity.rs:
##########
@@ -251,14 +249,16 @@ where
 ///
 /// Return an error if the arrays have different lengths or
 /// the operation is under erroneous
-pub fn try_binary<A: ArrayAccessor, B: ArrayAccessor, F, O>(
-    a: A,
-    b: B,
+pub fn try_binary<A, B, F, O>(

Review Comment:
   Good question 🤔, I believe it isn't?
   I think it was bounded by primitive arrays (via `ArrowPrimitiveType` already?
   I.e. you can not use it for a binary or boolean arrays.



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