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

duanzhengqiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 43af8515860 Fix wrong dataNode interpretation in RDL doc. (#21570)
43af8515860 is described below

commit 43af851586004b8b1fa4fb1c6c8f7906c9712be1
Author: Raigor <[email protected]>
AuthorDate: Fri Oct 14 20:27:59 2022 +0800

    Fix wrong dataNode interpretation in RDL doc. (#21570)
---
 .../distsql/syntax/rdl/rule-definition/sharding.cn.md                   | 2 +-
 .../distsql/syntax/rdl/rule-definition/sharding.en.md                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.cn.md
index c436b8bfd95..0fd2edd3b66 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.cn.md
@@ -57,7 +57,7 @@ resource:
     resourceName | inlineExpression
 
 dataNode:
-    resourceName | inlineExpression
+    dataNodeName | inlineExpression
 
 shardingColumn:
     SHARDING_COLUMN=columnName
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.en.md
index a2b4e6dd7b9..454ba17c373 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rdl/rule-definition/sharding.en.md
@@ -57,7 +57,7 @@ resource:
     resourceName | inlineExpression
 
 dataNode:
-    resourceName | inlineExpression
+    dataNodeName | inlineExpression
 
 shardingColumn:
     SHARDING_COLUMN=columnName

Reply via email to