pitrou commented on PR #45181:
URL: https://github.com/apache/arrow/pull/45181#issuecomment-2575919617
> Are you thinking just a simple `if (value_ == INT32_MIN) { return false;
}` check in `FitsInPrecision`?
I was thinking that indeed. However, we may also want to make Negate safe if
it's safe in Decimal128/256. But this means we might have to move the `Negate`
implementation to `basic_decimal.cc`, depending on CI results.
--
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]