Hi Paul, You have probably forgotten to set PARQUET_TEST_DATA as described in https://github.com/apache/parquet-cpp#testing
Cheers, Artem On 06.06.2017 20:15, Paul Wais wrote: > Dear List, > > I got a fresh checkout of parquet-cpp building in an ubuntu:xenial > container with a vanilla install of the build-essential and cmake > packages. However when I run unit tests, I see the following > failures: > > * Test #5: reader-test ......................***Failed > * Test #21: arrow-reader-writer-test .........***Failed > > I see these failures on both master (as of 116e80e06adce ) and the tag > apache-parquet-cpp-1.1.0. > > Is parquet-cpp safe to use in other projects? Are these tests > expected failures? > > Best Regards, > -Paul