-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++] sum doesn't check for overflow #37090
Comments
I can add a |
Yes, I think that would be worthwhile. |
Of course, we have the same issue with product: >>> pc.product([2**32,2**32])
<pyarrow.Int64Scalar: 0> |
Sure, I'll add both. |
@js8544 ping me for help with the reviews. |
@felipecrv @pitrou I noticed that
I'm leaning towards option 1. |
We have an issue for the mean overflow: #34909 |
OK, I'll first make |
Describe the bug, including details regarding any error messages, version, and platform.
Component(s)
C++
The text was updated successfully, but these errors were encountered: