Commits


Antoine Pitrou authored and Benjamin Kietzman committed 21ca13a5cd9
ARROW-6825: [C++] Rework CSV reader IO around readahead iterator Make the delimiting chunker a common facility used by CSV and JSON. Closes #5727 from pitrou/ARROW-6825-delimited and squashes the following commits: 68a5a0264 <Antoine Pitrou> Address review comments 394feccc7 <Antoine Pitrou> ARROW-6825: Rework CSV reader IO around readahead iterator Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>