Weijun-H commented on issue #3963: URL: https://github.com/apache/arrow-rs/issues/3963#issuecomment-1500955520
> If an overflow occurs (e.g. an Interval(DayTime) is added to Timestamp(Nanosecond) that goes beyond the range of i64 in nanoseconds), an error would be raised This seems to be the job done by `add_dyn_checked ` not `add_dyn`. We should check the overflow in `add_dyn_checked`. -- 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]
