Skip to content

Commit

Permalink
modify error description (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
QingZ11 committed Apr 26, 2022
1 parent 8a64e94 commit 987ec02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/20.appendix/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 987ec02

Please sign in to comment.