add a small doc example showing ArrowWriter
being used with a cursor
#1927
Labels
documentation
Improvements or additions to documentation
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Now (as of version 15.0) that we can use
std::io::Writer
implementers withparquet::arrow::arrow_writer::ArrowWriter
, we can just usestd::io::Cursor
instead of the now deletedInMemoryWriteableCursor
. But there are no docs or examples of how to do that.Describe the solution you'd like
I'd love to see just a tiny doc example showing that use case, something like this:
The text was updated successfully, but these errors were encountered: