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

morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit 0d9d7863e3776ff7ea296f2a861b9c035e417688
Author: zbtzbtzbt <35688959+zbtzbt...@users.noreply.github.com>
AuthorDate: Mon Mar 28 10:26:28 2022 +0800

    [doc] update doc of vec-execution-engine (#8655)
---
 docs/en/administrator-guide/vectorized-execution-engine.md    | 9 +++------
 docs/zh-CN/administrator-guide/vectorized-execution-engine.md | 9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/docs/en/administrator-guide/vectorized-execution-engine.md 
b/docs/en/administrator-guide/vectorized-execution-engine.md
index c91d5cc..37d9bca 100644
--- a/docs/en/administrator-guide/vectorized-execution-engine.md
+++ b/docs/en/administrator-guide/vectorized-execution-engine.md
@@ -118,9 +118,6 @@ In most scenarios, users only need to turn on the session 
variable by default to
 
 1. The `geolocation function` is not supported, including all functions 
starting with `ST_` in the function. For details, please refer to the section 
on SQL functions in the official documentation.
 2. The `UDF` and `UDAF` of the original row storage execution engine are not 
supported.
-3. It is not supported to rewrite the between statement into a compound 
judgment statement, which will result in the following error: `BetweenPredicate 
needs to be rewritten into a CompoundPredicate`.
-4. The `TupleIsNull` function is not supported, which may cause partial outer 
joins and expressions with non-Nullable functions to obtain the required NULL 
value.
-5. The maximum length of `string/text` type is 1MB instead of the default 2GB. 
That is, when the vectorization engine is turned on, it is impossible to query 
or import strings larger than 1MB. However, if you turn off the vectorization 
engine, you can still query and import normally.
-6. The export method of `select ... into outfile` is not supported.
-7. Lateral view is not supported.
-8. Extrenal broker appearance is not supported.
+3. The maximum length of `string/text` type is 1MB instead of the default 2GB. 
That is, when the vectorization engine is turned on, it is impossible to query 
or import strings larger than 1MB. However, if you turn off the vectorization 
engine, you can still query and import normally.
+4. The export method of `select ... into outfile` is not supported.
+5. Extrenal broker appearance is not supported.
diff --git a/docs/zh-CN/administrator-guide/vectorized-execution-engine.md 
b/docs/zh-CN/administrator-guide/vectorized-execution-engine.md
index acfa4a3..f97be1f 100644
--- a/docs/zh-CN/administrator-guide/vectorized-execution-engine.md
+++ b/docs/zh-CN/administrator-guide/vectorized-execution-engine.md
@@ -115,9 +115,6 @@ set batch_size = 4096;
 #### b类
 1. 不支持`地理位置函数` ,包含了函数中所有以`ST_`开头的函数。具体请参考官方文档SQL函数的部分。
 2. 不支持原有行存执行引擎的`UDF`与`UDAF`。
-3. 不支持将between语句改写为复合判断语句,会导致以下报错:`BetweenPredicate needs to be rewritten into 
a CompoundPredicate`。
-4. 不支持`TupleIsNull`函数,可能会导致部分外连接并带有非Nullable函数计算的表达式无法得到所需的NULL值。
-5. 
`string/text`类型最大长度支持为1MB,而不是默认的2GB。即当开启向量化引擎后,将无法查询或导入大于1MB的字符串。但如果关闭向量化引擎,则依然可以正常查询和导入。
-6. 不支持 `select ... into outfile` 的导出方式。
-7. 不支持lateral view。
-8. 不支持extrenal broker外表。
+3. 
`string/text`类型最大长度支持为1MB,而不是默认的2GB。即当开启向量化引擎后,将无法查询或导入大于1MB的字符串。但如果关闭向量化引擎,则依然可以正常查询和导入。
+4. 不支持 `select ... into outfile` 的导出方式。 
+5. 不支持extrenal broker外表。

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to