Skip to content

Commit

Permalink
[update][docs] Correct inaccurate description of the column field f…
Browse files Browse the repository at this point in the history
…or kudu writer
  • Loading branch information
wgzhao committed Sep 2, 2024
1 parent efb1724 commit eddf5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/writer/kuduwriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ bin/addax.sh job/stream2kudu.json
| table || string || kudu 表名 |
| writeMode || string | upsert | 表数据写入模式,支持 upsert, insert 两者 |
| timeout || int | 100 | 写入数据超时时间(秒), 0 表示不受限制 |
| column || list || 要写入的表字段及类型,配置方式见上示例 |
| column || list || 要写入的表字段,配置方式见上示例 |
| skipFail || boolean | false | 是否跳过插入失败的记录,如果设置为true,则插件不会把插入失败的当作异常 |

## column

`column` 可以直接指定要写入的列,如同上述例子,也可以设置 `["*"]` 来表示写入所有列。
`column` 可以直接指定要写入的列,如同上述例子,也可以设置 `["*"]` 来表示写入所有列。

0 comments on commit eddf5e0

Please sign in to comment.