Apache Doris 中文技术论坛
Questions Tags Users Badges

insert into values字段超过长度限制,截取不报错 doris-2.1.6-rc04-653e315ba5

Asked Oct 12, 2024 Modified Jan 1, 0001
Viewed 80
2.1

lQLPKGMtq9HTLZPNAgPNB4Kw9t6TILUBurkG8VKLyXmtAA_1922_515.png
efa89c3c263a98a1b8c72694a23bacd5.png
539df08d98eb889a427b4bcdbd26c56c.png

edited Jan 1, 0001
SonKi3
asked Oct 12, 2024
2 Answers

可以调大字段varchar长度,参考如下:

ALTER TABLE example_db.my_table 
MODIFY COLUMN val1 VARCHAR(64) REPLACE DEFAULT "abc";
edited Jan 1, 1970
张彬华7698
answered Oct 15, 2024

这是一个历史的行为设计。暂时没有变动的计划

edited Oct 12, 2024
黄海军@SelectDB5218
answered Oct 12, 2024
Related Questions
能使用ROUTINE LOAD将kafka数据批量同步到doris中吗
1 answers
doris 2.1 stream load 使用group commit 有2个报错
1 answers
Doris 某个be节点负载高,导致短暂宕机
1 answers
flink 多job checkpoint超时,doirs abort transation
1 answers
doirs表数据归档到对象存储的问题
2 answers
Doris BE节点启动后60秒自动重启
1 answers

Terms of service Privacy policy

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2026 Apache Doris 中文技术论坛.