apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.8k stars 3.11k forks source link

Reason: the length of input is too long than schema. input_str: [onekkkkkkkkkkk] schema length: 2147483643; actual length: 4022970; . src line: []; #25697

Open zhanghengdashuaibi opened 8 months ago

zhanghengdashuaibi commented 8 months ago

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对应

ixzc commented 8 months ago

You can refer to doris for type mapping: https://doris.apache.org/zh-CN/docs/lakehouse/multi-catalog/jdbc

zhanghengdashuaibi commented 8 months ago

You can refer to doris for type mapping: https://doris.apache.org/zh-CN/docs/lakehouse/multi-catalog/jdbc

我在执行整库同步时,mysql的longtext字段同步到doris时报错