The code to handle types in mysqlColToCockroach (read_import_mysql.go) has several error conditions that do not have unit tests yet.
The test should verify that CockroachDB indeed reports errors for unsupported column types, and that these errors are accompanied by suitable telemetry.
cc @rolandcrosby.
Jira issue: CRDB-4725
The code to handle types in
mysqlColToCockroach(read_import_mysql.go) has several error conditions that do not have unit tests yet.The test should verify that CockroachDB indeed reports errors for unsupported column types, and that these errors are accompanied by suitable telemetry.
cc @rolandcrosby.
Jira issue: CRDB-4725