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

Nate Clark resolved ARROW-8527.
-------------------------------
    Resolution: Fixed

Resolved with the solution for ARROW-12661. `skip_rows_after_names` can skip 
rows in multiple blocks.

> [C++][CSV] Add support for ReadOptions::skip_rows >= block_size
> ---------------------------------------------------------------
>
>                 Key: ARROW-8527
>                 URL: https://issues.apache.org/jira/browse/ARROW-8527
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Ravil Bikbulatov
>            Assignee: Nate Clark
>            Priority: Major
>              Labels: csv
>             Fix For: 5.0.0
>
>
> Current implementation throws error in reader.cc:286 when skip_rows > header. 
> However, in some workloads skip_rows used for not only skipping header but 
> for just skipping first n-rows. In this case block-size constraint is greatly 
> interferes. I think this constraint could be removed without performance 
> reduction.



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

Reply via email to