You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "DDtKey (via GitHub)" <gi...@apache.org> on 2023/02/13 12:37:48 UTC

[GitHub] [arrow-datafusion] DDtKey opened a new issue, #5266: Enrich errors with table name for format or parsing errors

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org