You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/14 14:45:00 UTC

[jira] [Updated] (ARROW-8796) [Rust] Allow parquet to be written directly to memory

     [ https://issues.apache.org/jira/browse/ARROW-8796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-8796:
--------------------------------
    Summary: [Rust] Allow parquet to be written directly to memory  (was: Allow parquet to be written directly to memory)

> [Rust] Allow parquet to be written directly to memory
> -----------------------------------------------------
>
>                 Key: ARROW-8796
>                 URL: https://issues.apache.org/jira/browse/ARROW-8796
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Markus Westerlind
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The `TryClone` bound currently needed in `ParquetWriter` makes it awkward to write parquet to memory, forcing either a `Rc` + `RefCell` wrapper or to write to a `File` first.
> By explictly threading lifetimes around the underlying writer can be passed mutably through all parts of the writer, allowing `&mut Vec<u8>` or any other implementors of the basic io traits to be used directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)