You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/04/05 13:37:12 UTC

[incubator-seatunnel] branch dev updated: [docs][connector-clickhouse][docs] Updated bulk size desc (#1658)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new d364e403 [docs][connector-clickhouse][docs] Updated bulk size desc (#1658)
d364e403 is described below

commit d364e403913e8de92dca023ad5dacba2034c35d5
Author: mans2singh <ma...@users.noreply.github.com>
AuthorDate: Tue Apr 5 09:37:06 2022 -0400

    [docs][connector-clickhouse][docs] Updated bulk size desc (#1658)
---
 docs/en/connector/sink/Clickhouse.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/connector/sink/Clickhouse.md b/docs/en/connector/sink/Clickhouse.md
index b538d6c5..9f091354 100644
--- a/docs/en/connector/sink/Clickhouse.md
+++ b/docs/en/connector/sink/Clickhouse.md
@@ -34,7 +34,7 @@ Engine Supported and plugin name
 
 ### bulk_size [number]
 
-The number of data written through [Clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-jdbc) each time, the `default is 20000` .
+The number of rows written through [Clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-jdbc) each time, the `default is 20000` .
 
 ### database [string]