Deepak Majeti created PARQUET-589:
-------------------------------------

             Summary: Implement Chunked InMemoryInputStream for better memory 
usage
                 Key: PARQUET-589
                 URL: https://issues.apache.org/jira/browse/PARQUET-589
             Project: Parquet
          Issue Type: Improvement
          Components: parquet-cpp
            Reporter: Deepak Majeti
            Assignee: Deepak Majeti


Parquet-cpp when creating a Column Reader, reads the entire source into a 
buffer, which is then passed to the InMemoryInputStream. This prohibits reading 
multiple large parquet files simultaneously. The scope of this JIRA is to 
implement an InputStream that does not  require the entire source to be read.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to