Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc examples of writing parquet files using ArrowWriter #788

Closed
alamb opened this issue Sep 20, 2021 · 1 comment · Fixed by #797
Closed

Add doc examples of writing parquet files using ArrowWriter #788

alamb opened this issue Sep 20, 2021 · 1 comment · Fixed by #797
Assignees
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers

Comments

@alamb
Copy link
Contributor

alamb commented Sep 20, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
When people ask how to create a parquet file in Rust, I would like to point them at the docs for the arrow writer.
https://docs.rs/parquet/5.4.0/parquet/arrow/arrow_writer/index.html#

An example when this would be helpful is on apache/datafusion#1024: apache/datafusion#1024 (comment)

Describe the solution you'd like
I would like an example on https://docs.rs/parquet/5.4.0/parquet/arrow/index.html#example-of-reading-parquet-file-into-arrow-record-batch that shows how to write files. The existing example shows how to read such files.

@alamb alamb added good first issue Good for newcomers enhancement Any new improvement worthy of a entry in the changelog labels Sep 20, 2021
@matthewmturner
Copy link
Contributor

@alamb ill work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants