This is an automated email from the ASF dual-hosted git repository.
wuchunfu 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 f63ce65 [Bug] [doc] The configuration of truncate is not supported
when save mode is update (#1412)
f63ce65 is described below
commit f63ce6571979365c7a5232ad1fcc9a4c69dffe77
Author: Xiao Zhao <[email protected]>
AuthorDate: Mon Mar 7 12:48:32 2022 +0800
[Bug] [doc] The configuration of truncate is not supported when save mode
is update (#1412)
* [Bug] [doc] The configuration of truncate is not supported, but it's
written on the doc #1411
* [Bug] [doc] The configuration of truncate is not supported, but it's
written on the doc #1411
---
docs/en/spark/configuration/sink-plugins/Jdbc.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/en/spark/configuration/sink-plugins/Jdbc.md
b/docs/en/spark/configuration/sink-plugins/Jdbc.md
index 506807c..c0dea7d 100644
--- a/docs/en/spark/configuration/sink-plugins/Jdbc.md
+++ b/docs/en/spark/configuration/sink-plugins/Jdbc.md
@@ -66,7 +66,6 @@ Configure when `saveMode` is specified as `update` , whether
to show sql
```bash
jdbc {
saveMode = "update",
- truncate = "true",
url = "jdbc:mysql://ip:3306/database",
user = "userName",
password = "***********",