sqlccl: make IMPORT CSV tolerant of data errors #25751
Labels
A-import
Issues related to IMPORT syntax
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
E-quick-win
Likely to be a quick win for someone experienced.
S-3-ux-surprise
Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
T-sql-queries
SQL Queries Team
Reported in #25480
If any line in the CSV file contains erroneous (unparsable/incorrect data), the entire IMPORT job fails. This is poor UX, because the amount of work needed to correct the data might be negligible compared to the time needed to complete the IMPORT job.
Each of the following alternatives would be better UX, and the combination of them even better:
Jira issue: CRDB-5695
The text was updated successfully, but these errors were encountered: