SAY-5 commented on PR #49833: URL: https://github.com/apache/arrow/pull/49833#issuecomment-4363698729
Both review items are addressed in d6b1b82: - Extended the `NotImplemented` fallback to `Array.__add__` / `__sub__` / `__mul__` / `__truediv__` in `array.pxi`, mirroring the `scalar.pxi` pattern. - Added `test_array_radd_unknown_operand` in `test_array.py` covering the `Array + user_class_with_radd` case (analogous to the `Scalar + WithRadd` case the issue reproduced). Happy to add a similar test on the `scalar.pxi` side too if you'd like, but the existing `test_arithmetic_dunders` already exercises that path indirectly. -- 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]
