Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
See https://github.com/apache/arrow/pull/6030#issuecomment-571877721
It looks like the issue is that in the Benchmarks, `Length` is specified as `1_000_000`, and there has only been ~730,000 days since `DateTime.Min`, so this line fails:
A simple fix would be to cap what we pass into `AddDays` to some number like `100_000`, or so.
Attachments
Issue Links
- links to