gudehuang opened a new issue, #602:
URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/602

   ### Bug Type (问题类型)
   
   exception / error (异常报错)
   
   ### Before submit
   
   - [X] I had searched in the 
[issues](https://github.com/apache/hugegraph-toolchain/issues) and found no 
similar issues.
   
   ### Environment (环境信息)
   
   - hugegraph 版本:1.2.0
   - hugegraph-hubble版本: 1.5.0
   
![image](https://github.com/apache/incubator-hugegraph-toolchain/assets/20537541/ddc48a57-473c-4e8c-8268-db0c017136f5)
    >通过docker部署
   
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   执行创建顶点语句,报错 Undefined vertex label: '??'
   ```
   g.addV('地点').property(id, '17700').property('name', '海南')
   ```
   
![image](https://github.com/apache/incubator-hugegraph-toolchain/assets/20537541/de9bf741-02bc-4285-a5d9-7e05cf6d39cb)
   
   
   我使用HugeGraph Java Client 执行同样的语句能成功.
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to