[
https://issues.apache.org/jira/browse/ARROW-13994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417512#comment-17417512
]
Benson Muite commented on ARROW-13994:
--------------------------------------
After using exporting ARROW_TEST_DATA all test pass, suggested steps
dnf -y update
dnf -y install cmake gcc gcc-c++ make python39 git
git clone https://github.com/apache/arrow.gitcd arrow
git submodule update --init --recursive
export ARROW_TEST_DATA=$PWD/testing/data
cd cpp
mkdir debug
cd debug
cmake -DCMAKE_BUILD_TYPE=Debug -DARROW_BUILD_TESTS=ON ..
make -j2 unittest
> [Doc][C++] Build document misses git submodule update
> -----------------------------------------------------
>
> Key: ARROW-13994
> URL: https://issues.apache.org/jira/browse/ARROW-13994
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Documentation
> Environment: Fedora linux with gcc version 10.3.1 20210422 compiler
> Reporter: Benson Muite
> Assignee: Benson Muite
> Priority: Minor
> Attachments: LastTest.log
>
>
> arrow-ipc-read-write-test fails after doing a debug build and then testing it
> on git commit {color:#b26818}672149b68f3c8878e0f62a1bfde122092d734c0d{color}
> when using {color:#000000}gcc version 10.3.1 20210422{color} on Fedora linux
--
This message was sent by Atlassian Jira
(v8.3.4#803005)