Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-8796

[Rust] Allow parquet to be written directly to memory

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 4.0.0
    • Rust

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Marwes Markus Westerlind
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 4h
                  4h