Commits


Antoine Pitrou authored and Wes McKinney committed 3cf8f355e12
ARROW-3700: [C++] Ignore empty lines in CSV files The option is configurable, as it may be legitimate to parse empty lines as null values in a single-column CSV file (though that's probably uncommon). Author: Antoine Pitrou <antoine@python.org> Closes #2907 from pitrou/ARROW-3700-csv-empty-lines and squashes the following commits: 3626fdbc4 <Antoine Pitrou> ARROW-3700: Ignore empty lines in CSV files