This is an automated email from the ASF dual-hosted git repository. fanjia pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push: new 5c037945e641 [Fix][Doc] Ensure the consistency of source_table_name and result_tab… (#355) 5c037945e641 is described below commit 5c037945e641cb0ecb5c62706a740807caeff5f4 Author: Shlpeng <21647...@qq.com> AuthorDate: Fri Jan 17 19:55:12 2025 +0800 [Fix][Doc] Ensure the consistency of source_table_name and result_tab… (#355) --- .../docusaurus-plugin-content-docs/version-2.3.8/concept/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/concept/config.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/concept/config.md index 2206441e801e..7521a8666446 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/concept/config.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/concept/config.md @@ -107,7 +107,7 @@ sink { fields = ["name", "age", "card"] username = "default" password = "" - source_table_name = "fake1" + source_table_name = "fake" } } ```