You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at the places where we added a workaround and I think the current code is correct. We can call sum when the array is empty, but I'm not sure why we would. It doesn't save us any time since we need to do the same code anyway so I'm just going to remove the comment since the current code is correct.
In each of the places where we do this check, we have to check to see if the array is empty anyway because there's something special. In sum, we set ok to true only if the length is greater than zero. In mean, we add the number of points for the total count of points.
There are 3 tests in arrow/arrow_test.go that are skipped with a link to https://issues.apache.org/jira/browse/ARROW-4081.
flux/arrow/arrow_test.go
Lines 13 to 65 in 4c6a7d4
Following that jira link, the issue is listed as having been resolved by apache/arrow#3906, which was merged a little over a month ago.
The text was updated successfully, but these errors were encountered: