[
https://issues.apache.org/jira/browse/ARROW-10332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-10332:
-----------------------------------
Labels: pull-request-available (was: )
> [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: 10m
> 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)