Skip to content

Read partial parquet file (ideally from external storage) #336

Answered by adamreeve
erchirag asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Chirag

This is exactly how ParquetSharp behaves if you read a file normally following the examples. When you create a ParquetFileReader, only the file metadata is read initially. Then if you iterate over the row groups and only read data for the column you are interested in, the column data will be read as required without reading data for other columns.

Does this answer your question?

Cheers,
Adam

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@erchirag
Comment options

@adamreeve
Comment options

@erchirag
Comment options

@adamreeve
Comment options

@erchirag
Comment options

Answer selected by erchirag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants