Commits


Carol (Nichols || Goulding) authored and Andrew Lamb committed b656c3312b4
ARROW-10667: [Rust] [Parquet] Add a convenience type for writing Parquet to memory Similar to the [`SliceableCursor`](https://github.com/apache/arrow/blob/0e841aa666b637e24e2889acab7621aa01fb7bcf/rust/parquet/src/util/cursor.rs#L22-L27) type that provides a convenience for reading Parquet from memory, I would like to propose a type to make it convenient to write Parquet to memory. This is possible for clients to implement today, but seems common enough to want to provide for everyone to use. Closes #8726 from carols10cents/parquet-mem-writer Authored-by: Carol (Nichols || Goulding) <carol.nichols@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>