Skip to content

Commit

Permalink
Modify the document format and adapt the Chinese and English document…
Browse files Browse the repository at this point in the history
…s. (#31351)

* Update limitations.cn.md

* Update limitations.en.md:The adaptation of the content and format of Chinese documents.
  • Loading branch information
DIDA-lJ authored May 22, 2024
1 parent 5ec1253 commit 0457080
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docs/document/content/features/shadow/limitations.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ weight = 2
+++

## 基于 Hint 的影子算法

* 无。
*

## 基于列的影子算法
SQL 不支持列表:
* 不支持 DDL
* 不支持范围、分组和子查询,如:BETWEEN、GROUP BY ... HAVING 等

* 不支持 DDL;
* 不支持范围、分组和子查询,如:BETWEEN、GROUP BY ... HAVING 等。
SQL 支持列表:
SQL 支持列表:
- INSERT

| *SQL* | *是否支持* |
Expand Down
6 changes: 3 additions & 3 deletions docs/document/content/features/shadow/limitations.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ weight = 2
No

## Column based shadow algorithm
SQL does not support lists:
- Does not support DDL.

Does not support DDL.

Does not support scope, group, subqueries such as BETWEEN, GROUP BY ... HAVING, etc.
- Does not support scope, group, subqueries such as BETWEEN, GROUP BY ... HAVING, etc.

SQL support list

Expand Down

0 comments on commit 0457080

Please sign in to comment.