Issue on docs
- Dominant language
- MDX
- Stars
- 133
- Forks
- 464
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 50
Description
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列?
Contributor guide
No contributing guide indexed for this repository
Research direction
Open /zh-CN/docs/3.x/data-operate/update/unique-update-concurrent-control and review the two quoted passages together, checking the surrounding sequence-column documentation. Verify whether the DDL setting is sequence_col or sequence_type and whether imports must explicitly map the sequence column. Done means the terminology is corrected and the two statements consistently describe the documented behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100