DDtKey opened a new issue, #5266: URL: https://github.com/apache/arrow-datafusion/issues/5266
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** It would be really nice to have ability to identify which table actually produced parsing or format (csv/json/etc) errors. I mean errors like: `Error while parsing value X for column 1 at line 1` or `incorrect number of fields for line X, expected Y got Z` should point to table. **Describe the solution you'd like** Some kinds of errors should contain additional field, like `table_name`. **Describe alternatives you've considered** As an option, introduce or split current error type to something like: `input data error`. Not sure yet **Additional context** Looks like it requires a lot of efforts and will affect `arrow-rs`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
