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
Remove CSV import simulation test - will be replaced with proper dolt bats test
The 'charset validation CSV import simulation' test was just using INSERT
statements with UNHEX - not actually testing CSV import functionality.
A proper CSV import test should:
- Create real CSV files with invalid UTF-8 data
- Use dolt's actual CSV import commands
- Live in the dolt repo as a bats test
This will be implemented in a separate PR branch in the dolt repo.
0 commit comments