You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Fabrizio Fabbri (JIRA)" <ji...@apache.org> on 2015/04/02 18:48:54 UTC

[jira] [Created] (PARQUET-232) minor compilation issue

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)