apache / apache/hugegraph

Can't remove non-null vertex property

Open
#80 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
3.2k
Forks
636
Avg merge
3d 11h
Merged PRs (30d)
14

Description

### Expected behavior 期望表现
成功删除已经设置nullableKeys的属性

### Actual behavior 实际表现
删除顶点属性时报错:
Can't remove non-null vertex property 'vp[c_label->2:194]'

发现包含有label为空的顶点:
`g.V().filter{ it.get().label() == "" }`

报错时语句:
`g.V().hasLabel('c_label').drop()`
`g.V().properties('c_label').drop()`

删除属性报错等价语句:
`g.V().filter{ it.get().label() == "" }.properties().limit(1).drop()`

### Specifications of environment 环境信息
- hugegraph version: v0.7.4
- operating system: centos 6.3
- hugegraph backend: rocksdb

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.