Maciej created ARROW-10314:
------------------------------
Summary: [C++] CSV wrong row number in error message
Key: ARROW-10314
URL: https://issues.apache.org/jira/browse/ARROW-10314
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Affects Versions: 1.0.1
Reporter: Maciej
When I try to read CSV file with wrong data, I get message like:
{code:java}
CSV file reader error: Invalid: In CSV column #0: CSV conversion error to
timestamp[s]: invalid value '1'
{code}
Would be very helpful to add information about row with wrong data e.g.
{code:java}
CSV file reader error: Invalid: In CSV column #0 line number #123456: CSV
conversion error to timestamp[s]: invalid value '1'
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)