Commits


Masaki Kozuki authored and Antoine Pitrou committed 5273d1572f4
ARROW-9277: [C++] Fix docs of reading CSV files Hi, This is my first PR for this awesome project. So if I do not follow the workflow, could you tell me, please? In this PR, I aim at fixing https://arrow.apache.org/docs/cpp/csv.html?highlight=csv%20c#basic-usage as I found the example not working in my environment (arrow v0.17.1). Closes #7590 from crcrpar/update-cpp-csv-read-docs Lead-authored-by: Masaki Kozuki <masaki.kozuki.2014@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>