Commits


Danyaal Khan authored and GitHub committed 286487010b4
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 <danyaal99@hotmail.co.uk> Signed-off-by: Weston Pace <weston.pace@gmail.com>