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
importer: fix collated string imports for MySQL/DELIMITED DATA
We previously special cased `ParseDatumStringWithRawBytes` for MySQL
related imports, which was buggy for collated strings as well. Instead,
make import have a specialised method for converting MySQL literals to
the relevant data type without compromising on collated strings.
Release note (bug fix): Previously, using IMPORT INTO for DELIMITED DATA
or MySQL imports would error with `column ... does not exist` if it was
importing into a collated string column.
0 commit comments