DM may report error of [types:1074]Column length too big for column '<name>' (max = 16383); use BLOB or TEXT instead
#4637
Labels
affects-5.4
This bug affects the 5.4.x(LTS) versions.
area/dm
Issues or PRs related to DM.
severity/moderate
type/bug
The issue is confirmed as a bug.
What did you do?
https://asktug.com/t/topic/573546
downstream
CREATE TABLE t (c VARCHAR(20000)) CHARSET=utf8
and start taskWhat did you expect to see?
no error
What did you see instead?
[types:1074]Column length too big for column '' (max = 16383); use BLOB or TEXT instead
Versions of the cluster
DM v5.4
current status of DM cluster (execute
query-status <task-name>
in dmctl)(paste current status of DM cluster here)
The text was updated successfully, but these errors were encountered: