Fabrizio Fabbri created PARQUET-232: ---------------------------------------
Summary: minor compilation issue Key: PARQUET-232 URL: https://issues.apache.org/jira/browse/PARQUET-232 Project: Parquet Issue Type: Bug Components: parquet-cpp Reporter: Fabrizio Fabbri Priority: Trivial I find out some very minor issue when I tried to compile the reader on my environment due to some namespace clashing. As example shared_ptr and unordered_map are also in C++11 std namespace. Some compile don't like it. Also I find that with my test files that I'm reading there was a dereference to a null pointer, if the field is required definition_level_decoder_ is null. I've make the fork and the change https://github.com/ffabbri4/incubator-parquet-cpp/tree/candidate -- This message was sent by Atlassian JIRA (v6.3.4#6332)