Commits


Micah Kornfield authored and Sutou Kouhei committed a262f42aa9e
ARROW-5791: [C++] Fix infinite loop with more the 32768 columns. But really 32768 columns should be enough for anyone :) Author: Micah Kornfield <emkornfield@gmail.com> Closes #4762 from emkornfield/csv and squashes the following commits: ab0504c16 <Micah Kornfield> lower number of columns in test to satisfy ming 8f53a8a58 <Micah Kornfield> remove test acfe2d894 <Micah Kornfield> remove cap, make min rows_in_chunk 512 08ddc2238 <Micah Kornfield> remove floor duplication 211472a12 <Micah Kornfield> powers of 2 are better b91a9e177 <Micah Kornfield> ARROW-5791: Fix infinite loop with more the 32768 columns. Cap max columns