[
https://issues.apache.org/jira/browse/ARROW-12675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou reassigned ARROW-12675:
--------------------------------------
Assignee: Nate Clark
> [C++] CSV should include line/row numbers in parsing error messages
> -------------------------------------------------------------------
>
> Key: ARROW-12675
> URL: https://issues.apache.org/jira/browse/ARROW-12675
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Nate Clark
> Assignee: Nate Clark
> Priority: Major
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 3h 50m
> Remaining Estimate: 0h
>
> Currently if an error occurs while parsing a CSV file the absolute line/row
> number is not part of the error message. Without the line number it can be
> very hard to determine where the incorrect value is especially in vary large
> files.
> It would be good if the reader and parser could keep track of the row number
> and maybe line number when new lines are allowed in values so that they can
> be included in error message.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)