RoanHeNaN opened a new issue, #4066: URL: https://github.com/apache/doris-website/issues/4066
Path:/zh-CN/docs/3.x/data-operate/update/unique-update-concurrent-control "如果建表时使用了 function_column.sequence_col 方式来指定 sequence 列,在导入时需要指定 sequence 列到其他列的映射。" 应该改为 “如果建表时使用了 function_column. sequence_type 方式来指定 sequence 列,在导入时需要指定 sequence 列到其他列的映射。“ "为防止误用,在 StreamLoad/BrokerLoad 等导入任务以及行更新 insert 语句中,用户必须显示指定 sequence 列 (除非 sequence 列的默认值为 CURRENT_TIMESTAMP),不然会收到以下报错信息:" 这句话与前面的描述冲突。当用户在DDL中已经通过`function_column.sequence_col`指定了sequence列之后,后续的导入似乎并不需要指定sequenct列? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
