fxeqxmulfx opened a new issue, #47698:
URL: https://github.com/apache/arrow/issues/47698

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ```python
   import pyarrow as pa
   import pyarrow.compute as pc
   
   x = pa.array((1, 2, 3, 4, 5), type=pa.decimal128(38, 19))
   print(
       pc.subtract_checked(x, x)
   )  # ArrowInvalid: Decimal precision out of range [1, 38]: 39
   ```
   
   ### Component(s)
   
   Python


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