alamb opened a new issue #788: URL: https://github.com/apache/arrow-rs/issues/788
**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 https://github.com/apache/arrow-datafusion/pull/1024: https://github.com/apache/arrow-datafusion/pull/1024#issuecomment-923151473 **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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
