From 045708012aaab681bbdfac82ee8b0d3a4eb0c2fc Mon Sep 17 00:00:00 2001 From: LJ <97254796+DIDA-lJ@users.noreply.github.com> Date: Thu, 23 May 2024 00:11:03 +0800 Subject: [PATCH] Modify the document format and adapt the Chinese and English documents. (#31351) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update limitations.cn.md * Update limitations.en.md:The adaptation of the content and format of Chinese documents. --- .../document/content/features/shadow/limitations.cn.md | 10 +++++----- .../document/content/features/shadow/limitations.en.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/document/content/features/shadow/limitations.cn.md b/docs/document/content/features/shadow/limitations.cn.md index fc330b06c45b7..7842a9ccb639e 100644 --- a/docs/document/content/features/shadow/limitations.cn.md +++ b/docs/document/content/features/shadow/limitations.cn.md @@ -4,14 +4,14 @@ weight = 2 +++ ## 基于 Hint 的影子算法 - -* 无。 +* 无 ## 基于列的影子算法 +SQL 不支持列表: +* 不支持 DDL +* 不支持范围、分组和子查询,如:BETWEEN、GROUP BY ... HAVING 等 -* 不支持 DDL; -* 不支持范围、分组和子查询,如:BETWEEN、GROUP BY ... HAVING 等。 - SQL 支持列表: +SQL 支持列表: - INSERT | *SQL* | *是否支持* | diff --git a/docs/document/content/features/shadow/limitations.en.md b/docs/document/content/features/shadow/limitations.en.md index c8aa1101cd66d..f6356cf798f7f 100644 --- a/docs/document/content/features/shadow/limitations.en.md +++ b/docs/document/content/features/shadow/limitations.en.md @@ -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