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

[C++][CSV] Add support for ReadOptions::skip_rows >= block_size

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 5.0.0
    • C++

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              neworld Nate Clark
              rbbikbulatov Ravil Bikbulatov
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: