You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.