Open zhanghengdashuaibi opened 1 year ago
You can refer to doris for type mapping: https://doris.apache.org/zh-CN/docs/lakehouse/multi-catalog/jdbc
You can refer to doris for type mapping: https://doris.apache.org/zh-CN/docs/lakehouse/multi-catalog/jdbc
我在执行整库同步时,mysql的longtext字段同步到doris时报错
MYSQL中的longtext类型经过整库同步到doris报错 the length of input is too long than schema. input_str: [onekkkkkkkkkkk] schema length: 2147483643; actual length: 4022970; . src line: []; longtext在doris中只有text对应