Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-37377: [C#] Throw OverflowException on overflow in TimestampArray.…
…ConvertTo() (#37388) Throw `OverflowException` on overflow in `TimestampArray.ConvertTo()` when `DataType.Unit` is `Nanosecond` and `ticks` is large, instead of silently overflowing and returning the wrong value. * Closes: #37377 Authored-by: Danyaal Khan <[email protected]> Signed-off-by: Weston Pace <[email protected]>
- Loading branch information