You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neville Dipale (Jira)" <ji...@apache.org> on 2020/10/25 20:24:00 UTC

[jira] [Resolved] (ARROW-10332) [Rust] Allow CSV reader to start from a line

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

Neville Dipale resolved ARROW-10332.
------------------------------------
    Resolution: Fixed

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

> [Rust] Allow CSV reader to start from a line
> --------------------------------------------
>
>                 Key: ARROW-10332
>                 URL: https://issues.apache.org/jira/browse/ARROW-10332
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Jorge Leitão
>            Assignee: Jorge Leitão
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Currently, the CSV reader always start from 0 and go until the end, which makes it impossible for DataFusion to split a single file in parts, e.g. via multiple readers.
> The goal of this issue is to generalize the reader to support starting from an arbitrary location (via iterating), and also have an optional upper limit.
>  



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