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

lidongdai 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 bd93794cfd38 [Fix][Doc] config need option [columnName] (#356)
bd93794cfd38 is described below

commit bd93794cfd384d654895d463d0aafcd34fb06020
Author: Shlpeng <[email protected]>
AuthorDate: Sat Mar 15 09:46:04 2025 +0800

    [Fix][Doc] config need option [columnName] (#356)
---
 .../version-2.3.8/concept/schema-feature.md                             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/concept/schema-feature.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/concept/schema-feature.md
index d719a7953e58..a6021853bfb9 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/concept/schema-feature.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.3.8/concept/schema-feature.md
@@ -163,7 +163,7 @@ constraintKeys = [
 
|:------------------|:-----|:----|------------------------------------------------------------------------|
 | constraintName    | 是    | -   | 约束键的名称                                      
                           |
 | constraintType    | 否    | KEY | 约束键的类型                                      
                           |
-| constraintColumns | 是    | -   | 
PrimaryKey中的列列表,每列应包含constraintType和sortType,sortType支持ASC和DESC,默认为ASC |
+| constraintColumns | 是    | -   | 
PrimaryKey中的列列表,每列应包含columnName和sortType,sortType支持ASC和DESC,默认为ASC |
 
 #### 目前支持哪些约束类型
 

Reply via email to