[
https://issues.apache.org/jira/browse/ARROW-11398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273343#comment-17273343
]
Yibo Cai commented on ARROW-11398:
----------------------------------
Steps to reproduce on ubuntu 18.04, aarch64
install gcc-9
https://askubuntu.com/questions/1140183/install-gcc-9-on-ubuntu-18-04
build
{code:bash}
$ cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DARROW_BUILD_TESTS=ON
-DARROW_COMPUTE=ON -DCMAKE_C_COMPILER=gcc-9 -DCMAKE_CXX_COMPILER=g++-9 ..
$ ninja
{code}
test
{code:bash}
$ release/arrow-compute-vector-test
...
[ FAILED ] 2 tests, listed below:
[ FAILED ] TestFilterKernelWithNumeric/3.CompareArrayAndFilterRandomNumeric,
where TypeParam = arrow::UInt64Type
[ FAILED ] TestFilterKernelWithNumeric/7.CompareArrayAndFilterRandomNumeric,
where TypeParam = arrow::Int64Type
$ release/arrow-compute-scalar-test
...
[ FAILED ] 1 test, listed below:
[ FAILED ] TestCompareKernel.PrimitiveRandomTests
{code}
> [C++][Compute] Test failures with gcc-9.3 on aarch64
> ----------------------------------------------------
>
> Key: ARROW-11398
> URL: https://issues.apache.org/jira/browse/ARROW-11398
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 3.0.0
> Reporter: Tobias Mayer
> Assignee: Yibo Cai
> Priority: Major
> Attachments: aarch64.log
>
>
> The tests
> * arrow-compute-scalar-test
> ** "TestCompareKernel.PrimitiveRandomTests"
> * arrow-compute-vector-test
> ** "TestFilterKernelWithNumeric/3.CompareArrayAndFilterRandomNumeric"
> ** "TestFilterKernelWithNumeric/7.CompareArrayAndFilterRandomNumeric"
> Fail on aarch64 on NixOS. Full Build log is attached.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)