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

zhangliang 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 1416a94ab80 Fix format of sql-error-code doc (#35005)
1416a94ab80 is described below

commit 1416a94ab80676c1ad56355287a01f9927a5385f
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Mar 15 22:27:30 2025 +0800

    Fix format of sql-error-code doc (#35005)
---
 docs/document/content/user-manual/error-code/sql-error-code.cn.md | 2 +-
 docs/document/content/user-manual/error-code/sql-error-code.en.md | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/document/content/user-manual/error-code/sql-error-code.cn.md 
b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
index a8d6e3bc931..175b6d1b63d 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.cn.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.cn.md
@@ -201,7 +201,7 @@ SQL 错误码以标准的 SQL State,Vendor Code 和详细错误信息提供,
 
|-------------|-----------|---------------------------------------------------------|
 | 20100       | 42000     | Unsupported SQL node conversion for SQL statement 
'%s'. |
 | 20101       | 42000     | SQL federation does not support SQL '%s'.          
     |
-| 20102       | 42S02     | SQL federation schema not found SQL '%s'.          
    |
+| 20102       | 42S02     | SQL federation schema not found SQL '%s'.          
     |
 
 ### 读写分离
 
diff --git a/docs/document/content/user-manual/error-code/sql-error-code.en.md 
b/docs/document/content/user-manual/error-code/sql-error-code.en.md
index 2843409c195..5256c81a39d 100644
--- a/docs/document/content/user-manual/error-code/sql-error-code.en.md
+++ b/docs/document/content/user-manual/error-code/sql-error-code.en.md
@@ -197,11 +197,11 @@ SQL error codes provide by standard `SQL State`, `Vendor 
Code` and `Reason`, whi
 
 ### SQL Federation
 
-| Vendor Code | SQL State | Reason                                             
    |
-|-------------|-----------|--------------------------------------------------------|
+| Vendor Code | SQL State | Reason                                             
     |
+|-------------|-----------|---------------------------------------------------------|
 | 20100       | 42000     | Unsupported SQL node conversion for SQL statement 
'%s'. |
-| 20101       | 42000     | SQL federation does not support SQL '%s'.          
    |
-| 20102       | 42S02     | SQL federation schema not found SQL '%s'.          
    |
+| 20101       | 42000     | SQL federation does not support SQL '%s'.          
     |
+| 20102       | 42S02     | SQL federation schema not found SQL '%s'.          
     |
 
 ### Readwrite-splitting
 

Reply via email to