rmnskb opened a new pull request, #48085:
URL: https://github.com/apache/arrow/pull/48085

   ### Rationale for this change
   Please see #32007, currently, neither arrays nor scalars support 
Python-native arithmetic operations, such as `array + array`, it has to be done 
via `pyarrow.compute` API. This PR strives to fix this with custom dunder 
methods.
   
   ### What changes are included in this PR?
   Implemented dunder methods
   
   ### Are these changes tested?
   Yes
   
   ### Are there any user-facing changes?
   Possibility to use Python operators directly instead of calling the 
`pyarrow.compute` API.
   


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