When the csv reader fails to parse a row, it prints the row number of the row in a record batch. This row number is not consistent with the line number in the original csv file, which makes debugging difficult.
I propose to print the row that makes csv parsing fails.
This issue was originally proposed at clflushopt/tpchgen-rs#66 (comment)