Skip to content

PARQUET-11: Reduce memory pressure when reading footers #7

Closed
julienledem wants to merge 3 commits intoapache:masterfrom
julienledem:reduce_metadata_memory
Closed

PARQUET-11: Reduce memory pressure when reading footers #7
julienledem wants to merge 3 commits intoapache:masterfrom
julienledem:reduce_metadata_memory

Conversation

@julienledem
Copy link
Member

@isnotinvain
Copy link
Contributor

+1 LGTM

@asfgit asfgit closed this in f406491 Aug 22, 2014
lekv pushed a commit to lekv/parquet-format that referenced this pull request Jul 31, 2017
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.

Author: Fabrizio Fabbri <ffabbri4@bloomberg.net>

Closes apache#7 from ffabbri4/candidate and squashes the following commits:

3f8a445 [Fabrizio Fabbri] Fix null pointer when the repetition level is required.
2948584 [Fabrizio Fabbri] Explicit include boost shared pointer header. specify boost::unordered_map as on C++11 is ambiguous.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants