From 5c06dea6953cb5db81321bca759e84fd0afdad27 Mon Sep 17 00:00:00 2001 From: "max.zhu@vesoft.com" <86282370+izhuxiaoqing@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:15:21 +0800 Subject: [PATCH] Update releasenote.md (#1099) --- docs-2.0/20.appendix/releasenote.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs-2.0/20.appendix/releasenote.md b/docs-2.0/20.appendix/releasenote.md index de0055dd54a..af95cee79a1 100644 --- a/docs-2.0/20.appendix/releasenote.md +++ b/docs-2.0/20.appendix/releasenote.md @@ -35,7 +35,7 @@ - 修复了设置毫秒失败但微秒有效的问题。[#2781](https://github.com/vesoft-inc/nebula/pull/2781) - 修复了批量插入过多数据(百万行)时Meta服务崩溃的问题。[#2813](https://github.com/vesoft-inc/nebula/pull/2813) - 修复了当图空间中不存在边Schema时获取边信息导致崩溃的问题。[#2571](https://github.com/vesoft-inc/nebula/pull/2571) -- 修复了属性数据类型为`FIXED_STRING`时GO表达式的错误。[#2762](https://github.com/vesoft-inc/nebula/pull/2762) +- 修复了属性数据类型为 `FIXED_STRING` 时 GO WHERE 子句表达式解析错误。[#2762](https://github.com/vesoft-inc/nebula/pull/2762) - 修复了FIND ALL PATH查询不到的错误。 [#2773](https://github.com/vesoft-inc/nebula/pull/2773) - 修复了没有配置角色的用户却有查找SPACE的角色权限问题。[#2778](https://github.com/vesoft-inc/nebula/pull/2778) - 修复了CASE表达式错误。 [#2819](https://github.com/vesoft-inc/nebula/pull/2819) @@ -43,12 +43,10 @@ - 修复了当节点被shutdown后,JOB仍显示为运行中的问题。[#2843](https://github.com/vesoft-inc/nebula/pull/2843) - 修复了在多个副本的情况下,`Insert`语句可能导致副本之间属性值不一致的问题。 [#2862](https://github.com/vesoft-inc/nebula/pull/2862) - 修复了USE后提交作业时图空间不对的问题。 [#3010](https://github.com/vesoft-inc/nebula/pull/3010) -- 修复了存储挂起的问题。 [#3014](https://github.com/vesoft-inc/nebula/pull/3014) - 修复了当列不为空时获取thrift结构属性出错的问题。[#3012](https://github.com/vesoft-inc/nebula/pull/3012) - 修复了Meta服务未同步,graphd也能运行的问题。 [#3069](https://github.com/vesoft-inc/nebula/pull/3069) - 修复了使用FIND PATH WITH PROP时,悬挂边会返回空顶点的问题。 [#3008](https://github.com/vesoft-inc/nebula/pull/3008) - 修复了YIELD DISTINCT map类型时的崩溃问题。 [#3051](https://github.com/vesoft-inc/nebula/pull/3051) -- 修复了退出时存储内核的异常。[#3050](https://github.com/vesoft-inc/nebula/pull/3050) - 修复了设置错误的IP或者HOST时服务仍然可以启动的问题。 [#3057](https://github.com/vesoft-inc/nebula/pull/3057) - 修复了在一个语句中更改相同属性的错误。[#3036](https://github.com/vesoft-inc/nebula/pull/3036) - 修复了在边上多步过滤无效的问题。[#3144](https://github.com/vesoft-inc/nebula/pull/3144)