From 4790c511abe43bfb9dc188b6b0b8ce3ab1ea22c9 Mon Sep 17 00:00:00 2001 From: fhxing168 Date: Wed, 22 Jul 2020 18:39:08 +0800 Subject: [PATCH] Optimized some descriptions in the documents. --- hetu-docs/en/sql/drop-cache.md | 4 ++-- hetu-docs/zh/sql/select.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hetu-docs/en/sql/drop-cache.md b/hetu-docs/en/sql/drop-cache.md index 9d33ca82b..57b872ee3 100644 --- a/hetu-docs/en/sql/drop-cache.md +++ b/hetu-docs/en/sql/drop-cache.md @@ -12,13 +12,13 @@ DROP CACHE table Description ----------- -`DROP CACHE` deletes cache metadata of the `table` from coordinator only. Workers' caches purged automatically by expiry time +`DROP CACHE` deletes cache metadata of the `table` from coordinator only. Workers\' caches purged automatically by expiry time or by reaching size limit but recurring splits will not reuse any cached node assignments. Examples -------- -Drop cache metadata for 'sales' table +Drop cache metadata for \'sales\' table ```sql DROP CACHE sales diff --git a/hetu-docs/zh/sql/select.md b/hetu-docs/zh/sql/select.md index fa02ddac9..8f4834626 100644 --- a/hetu-docs/zh/sql/select.md +++ b/hetu-docs/zh/sql/select.md @@ -794,7 +794,7 @@ ARGENTINA | AMERICA **说明** -*对相关子查询的支持有限。****并不是每个标准表单都受支持。* +*对相关子查询的支持有限。并不是每个标准表单都受支持。* ### EXISTS