SAY-5 commented on PR #49833:
URL: https://github.com/apache/arrow/pull/49833#issuecomment-4532271319

   Narrowed the TypeError catch per your feedback (d6da866): if the right 
operand is already an Arrow `Scalar` or `Array`, any `TypeError` from 
`call_function` now propagates unchanged. Only non-Arrow types trigger the 
`NotImplemented` fallback for Python's reflected-operator dispatch. Applied the 
same narrowing to `_array_binop_or_notimplemented` in `array.pxi`.


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