Skip to content

Commit

Permalink
ARROW-3417: [Packaging] Fix Parquet C++ test failure
Browse files Browse the repository at this point in the history
Author: Kouhei Sutou <[email protected]>

Closes apache#2692 from kou/fix-parquet-test-failure and squashes the following commits:

45328e4c0 <Kouhei Sutou>  Fix Parquet C++ test failure
  • Loading branch information
kou authored and wesm committed Oct 3, 2018
1 parent 3675103 commit fcb3009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ test_and_install_cpp() {
make -j$NPROC
make install

git clone https://github.com/apache/parquet-testing.git
export PARQUET_TEST_DATA=$PWD/parquet-testing/data

ctest -VV -L unittest
popd
}
Expand Down

0 comments on commit fcb3009

Please sign in to comment.