Due to an issue with MySQL ODBC Driver 8.0.027 to 8.0.033, empty TEXT columns may not be replicated correctly during Full Load.
Running the full load on a table, it appears the data alignment is off because the target .csv file has null values when the source field is defined as not nullable.
VARCHAR without a length (n) is not recognized as a valid data type by target endpoints. Consequently, if a source column data type is set to VARCHAR without an explicit length, Replicate will set a default length of 8000 bytes.
Workaround:
You can change the default by deploying an internal parameter, unboundedVarcharMaxSize, and setting a custom value.