[
https://issues.apache.org/jira/browse/ARROW-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs resolved ARROW-7516.
------------------------------------
Fix Version/s: 0.16.0
Resolution: Fixed
Issue resolved by pull request 6141
[https://github.com/apache/arrow/pull/6141]
> [C#] .NET Benchmarks are broken
> -------------------------------
>
> Key: ARROW-7516
> URL: https://issues.apache.org/jira/browse/ARROW-7516
> Project: Apache Arrow
> Issue Type: Bug
> Components: C#
> Reporter: Eric Erhardt
> Assignee: Eric Erhardt
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.16.0
>
> Original Estimate: 2h
> Time Spent: 0.5h
> Remaining Estimate: 1.5h
>
> 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:
> https://github.com/apache/arrow/blob/4634c89fc77f70fb5b5d035d6172263a4604da82/csharp/test/Apache.Arrow.Tests/TestData.cs#L130
> A simple fix would be to cap what we pass into `AddDays` to some number like
> `100_000`, or so.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)