Commits


Nate Clark authored and Antoine Pitrou committed ab4339db605
ARROW-13441: [C++][CSV] Skip empty batches in column decoder When the infering column decoder encounters an empty batch just return an empty array immediatly and do not consider the batch as the first batch. Closes #10794 from n3world/ARROW-13441-First_batch_with_rows Lead-authored-by: Nate Clark <nate@neworld.us> Co-authored-by: Weston Pace <weston.pace@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>