From 987ec021fd1aea36e771d9eeea8bcb2dc2968086 Mon Sep 17 00:00:00 2001 From: Steam Date: Tue, 26 Apr 2022 16:06:57 +0800 Subject: [PATCH] modify error description (#1733) --- docs-2.0/20.appendix/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/20.appendix/release-notes.md b/docs-2.0/20.appendix/release-notes.md index ba66f9bf11a..85987b1c6ed 100644 --- a/docs-2.0/20.appendix/release-notes.md +++ b/docs-2.0/20.appendix/release-notes.md @@ -39,8 +39,8 @@ - 修复获取`profile`查询的 JSON 结果导致的崩溃问题。[#3998](https://github.com/vesoft-inc/nebula/pull/3998) - 修复 Lambda 函数中的`async`接口运行完毕且`threadManager`中的任务未执行时的崩溃问题。[#4000](https://github.com/vesoft-inc/nebula/pull/4000) - 修复`GROUP BY`输出的缺陷。[#4128](https://github.com/vesoft-inc/nebula/pull/4128) -- 修复`SHOW HOSTS`有时不能不显示版本的缺陷。[#4116](https://github.com/vesoft-inc/nebula/pull/4116) -- 修复`id(n) == $var`,`id(n) IN [$var]`, `id(n) == $var.foo.bar`, `id(n) IN $var.foo.bar`参数化的缺陷。[#4024](https://github.com/vesoft-inc/nebula/pull/4024) +- 修复`SHOW HOSTS`有时不能显示版本的缺陷。[#4116](https://github.com/vesoft-inc/nebula/pull/4116) +- 修复`id(n) == $var`,`id(n) IN [$var]`,`id(n) == $var.foo.bar`,`id(n) IN $var.foo.bar`参数化的缺陷。[#4024](https://github.com/vesoft-inc/nebula/pull/4024) - 修复`MATCH...WHERE`中出现错误路径方向的缺陷。[#4091](https://github.com/vesoft-inc/nebula/pull/4091) - 修复`WHERE`子句同时引用多`MATCH`变量结果显示不正确的缺陷。 [#4143](https://github.com/vesoft-inc/nebula/pull/4143) - 修复优化规则的缺陷。[#4146](https://github.com/vesoft-inc/nebula/pull/4146)