imbajin commented on issue #2776:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2776#issuecomment-2909793121

   > > > > String personLabelId = 
graph.schema().getVertexLabel("person").id().asString();
   > > > > 顶点类型id是 7, primaryKeys是4,为什么会拼接处 7:14的值出来
   > > > 
   > > > 
   > > > 
![Image](https://github.com/user-attachments/assets/f48e2233-635b-4e37-8a89-bb6e59d2324b)
   > > 
   > > 
   > > 你可以搜一下历史 issue 有解释, doc 里也有说明, 这是因为它是组合 vertexLabelID + pkValue 的方式
   > > 另外和🤖对话可以识别图片, 但尽量手动召唤一下 [@dosu-bot](https://github.com/dosu-bot), 
来解答一下这个问题
   > 
   > vertexLabelID + pkValue , vertexLabelID 值是 7, pkValue 值是4,最后结果是 7:14 
我表示很疑惑的是为什么会多出1
   
   你查一下 HTTP 看看 VertexLabel 的定义, 贴一下, 以及单独查一下 `7:14` 这个 vid 对应的完整 json 返回
   
   有完整上下文才好分析, 否则中间容易有 gap 
   
   @dosu-bot 怎么偷懒不回复了呢 🕧 


-- 
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