You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/04/18 07:53:22 UTC

[GitHub] [arrow] westonpace commented on issue #35088: [Python] pyarrow.compute.subtract_checked overflowing for some duration arrays constructed from numpy

westonpace commented on issue #35088:
URL: https://github.com/apache/arrow/issues/35088#issuecomment-1512621733

   It's also tied to duration.  The fix is https://github.com/westonpace/arrow/commit/ec9a5a433e27b56c85214bee77fe3b1be74c07dd although a proper PR should add tests as well as check the other checked functions (e.g. add_checked, etc.)
   
   It turns out that the "skip nulls" behavior is something that has to be specified per-kernel and it wasn't being specified for the duration kernels.  Is this something we need to fit into 12.0.0?  If so I can try and carve out some time later this week for a PR.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org