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 ecc99410e [hotfix][connector][jdbc] Updated batch size description
(#3232)
ecc99410e is described below
commit ecc99410efccf83e329e78e3aef73bf727439625
Author: mans2singh <[email protected]>
AuthorDate: Sun Oct 30 21:14:41 2022 -0400
[hotfix][connector][jdbc] Updated batch size description (#3232)
---
docs/en/connector-v2/sink/Jdbc.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/connector-v2/sink/Jdbc.md
b/docs/en/connector-v2/sink/Jdbc.md
index 336c6abf6..1414faeaa 100644
--- a/docs/en/connector-v2/sink/Jdbc.md
+++ b/docs/en/connector-v2/sink/Jdbc.md
@@ -67,7 +67,7 @@ The number of retries to submit failed (executeBatch)
### batch_size[int]
-For batch writing, when the number of buffers reaches the number of
`batch_size` or the time reaches `batch_interval_ms`
+For batch writing, when the number of buffered records reaches the number of
`batch_size` or the time reaches `batch_interval_ms`
, the data will be flushed into the database
### batch_interval_ms[int]