notEvil commented on PR #13718: URL: https://github.com/apache/arrow/pull/13718#issuecomment-1205030802
Thanks for taking over! > Question: you only added overflow checks for micro and nano resolutions. Do we need that for second and milli as well, or will those never run into an overflow? (since a python timedelta also stores days, I would assume also second can still run into an overflow) Both `datetime.timedelta.min` and `datetime.timedelta.max` fit into int64 at s and ms resolution. -- 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]
