gudehuang commented on issue #2062: URL: https://github.com/apache/incubator-hugegraph/issues/2062#issuecomment-1371942985
> 看起来顶点`653952259255697408`的非空属性name没有设置上值,这种顶点是非预期的状态,请问下是怎么把这个顶点导入进去的呢? 这种方式`g.V(653952259255697408).drop()`可以删除,是因为不会加载顶点的属性。 我通过g.V(653952259255697408) 查询,里面的所有非空属性都有值的. 这些顶点我是通过gremlin语句新增的,不是导入的,不存在非空属性没有值的情况. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org