Summary
The user is encountering an error with MySQL Source when using non-English columns in a table. The error message indicates a duplicate field issue in the Avro schema, and there is a warning log about illegal characters in the field name.
Question
Hello!
Doesn’t MySQL Source support other language column?
Table has columns that is not english, then I got error like below:
org.apache.avro.AvroRuntimeException: Duplicate field _____ in record [my_table_name]: _____ type:UNION pos:17 and _____ type:UNION pos:16.
and there is WARN log like below:
destination > WARN main i.a.c.i.d.s.a.JsonToAvroSchemaConverter(getAvroSchema):121 Field name "[column name not english]" contains illegal character(s) and is standardized to "________"
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.