Closed sadikovi closed 7 years ago
@sunchao could you have a look at this PR?
This is a very first pass on usage examples - my attempts to read file with the library. Could you let me know if code is okay and/or I am doing something wrong reading a file?
Would like to know your opinion on the code, whether or not adding it into README directly and having separate binary example Parquet file.
Thanks!
@sunchao I updated PR, could you review again? Thanks.
I think we should invest time to build high level read API, rather than merging this PR. Once that is done we could add small readme and publish API docs (scheme building and reading). Let me know what you think.
@sunchao thanks for the review! I will address your comments and fix this in couple of days - need to learn more about parsing in parquet-cpp and parquet-mr.
I am going to close this for now, will revisit later once I have patched several things.
This PR adds examples for extracting file metadata and reading data.
I added Parquet file that contains example data, such as primitive columns, struct fields and list fields to show different usage. It does not contain null values. Below the actual data:
Also updated README with links to source files and commands to run.