You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2020/10/31 19:51:00 UTC

[jira] [Resolved] (ARROW-10396) [Rust] [Parquet] Expose SliceableCursor and FileSource

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

Jorge Leitão resolved ARROW-10396.
----------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 8534
[https://github.com/apache/arrow/pull/8534]

> [Rust] [Parquet] Expose SliceableCursor and FileSource
> ------------------------------------------------------
>
>                 Key: ARROW-10396
>                 URL: https://issues.apache.org/jira/browse/ARROW-10396
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Andrew Lamb
>            Assignee: Andrew Lamb
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> https://github.com/apache/arrow/commit/7155cd5488310c15d864428252ca71dd9ebd3b48 Reworked how the parquet reader traits were implemented to be interms of a `ChunkReader` trait (for the better, in my opinion). 
> That commit includes two helper classes,  `SliceableCursor` and `FileSource`, which implement `ChunkReader` for a `Cursor` like thing and `File`s, respectively
> My project uses the parquet SerializedFileWriter with things that look like `File` and `Cursor` and thus I would like to re-use the logic in  `SliceableCursor` and `FileSource` without having to copy/paste them. 



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