doris 版本 : 2.1.5
相关语句 : set enable_unique_key_partial_update=true;set enable_insert_strict=false;insert into user_basic_profile (device_id, property) values (xxx,xxx)
方式:spring jdbcTemplate
参考设置文档:https://doris.apache.org/zh-CN/docs/2.1/data-operate/update/update-of-unique-model?_highlight=%E9%83%A8%E5%88%86&_highlight=%E5%88%97#%E9%83%A8%E5%88%86%E5%88%97%E6%9B%B4%E6%96%B0 (已全部设置)
问题:部分列更新的时候,其余列被覆盖。2.0.6没问题,2.1.5其余列被覆盖
补充:将上文中的两个参数设置成全局参数时,可以正常更新。但是像上面一样放在SQL里面在 2.1.5 是会将其余列置空的。