@xhochy, I am able to reproduce the problem locally by running 'ctest -L parquet'. The problem is that the SHA for cpp/submodules/parquet-testing does not have the file byte_array_decimal.parquet needed for the test. If I manually add that parquet file to $ARROW_ROOT/cpp/submodules/parquet-testing/data, the test passes.
When I do "git submodule update --init" on the arrow tree, it leaves the submodule at "HEAD detached at 48a657c". That's the wrong SHA. If I switch the submodule to the latest trunk, I get SHA 46ae260, which has the file. The test also passes. [ Full content available at: https://github.com/apache/arrow/pull/2646 ] This message was relayed via gitbox.apache.org for [email protected]
