[ 
https://issues.apache.org/jira/browse/ARROW-14040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Li resolved ARROW-14040.
------------------------------
    Resolution: Fixed

Issue resolved by pull request 11190
[https://github.com/apache/arrow/pull/11190]

> [C++] Spurious test failure in ScanNode.MinimalGroupedAggEndToEnd
> -----------------------------------------------------------------
>
>                 Key: ARROW-14040
>                 URL: https://issues.apache.org/jira/browse/ARROW-14040
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: David Li
>            Assignee: David Li
>            Priority: Major
>              Labels: pull-request-available, query-engine
>             Fix For: 6.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> [https://github.com/ursacomputing/crossbow/runs/3648596923]
> The test assumes a certain order, but there is no guarantee of output order. 
> (We should probably locally run these tests with constrained resources to try 
> to stress them and find other instances of this assumption.)
> {noformat}
> [ RUN      ] ScanNode.MinimalGroupedAggEndToEnd
> /arrow/cpp/src/arrow/testing/gtest_util.cc:514: Failure
> Failed
> Unequal at absolute position 3@@ -0, +0 @@
> +12
> @@ -2, +3 @@
> -12
> Expected:
>   [
>     12,
>     4,
>     40
>   ]
> Actual:
>   [
>     4,
>     40,
>     12
>   ]
> [  FAILED  ] ScanNode.MinimalGroupedAggEndToEnd (4 ms)
> [----------] 8 tests from ScanNode (23 ms total) {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to