Dongze Li

Results 23 comments of Dongze Li

Some useful links: [Kubernetes Operator Pythonic Framework](https://github.com/nolar/kopf)

@parkerzf I'm trying to reproduce this problem under GCC version 4.8.5

> > @parkerzf I'm trying to reproduce this problem under GCC version 4.8.5 > > Thanks Lidong! Could you let us know what are the GCC version in your setup?...

Hi, @parkerzf The minimum GCC version supported by GraphScope is 5.4.

@parkerzf Can you contact us through [DingTalk](https://h5.dingtalk.com/circle/healthCheckin.html?dtaction=os&corpId=dingb4b76e0fa9ccd8d516fd0f0acdf19f55&68e71190=0fe34ec0&cbdbhh=qwertyuiop), WeChat account(graphscope) or [Slack](http://slack.graphscope.io/) for taking a closer look at this problem, Thanks.

**For `modern graph` dataset:** ```shell # cat person.csv (vertex) id|name|age 2|vadas|27 6|peter|35 4|josh|32 1|marko|29 # cat knows.csv (edge) src_id|dst_id|weight 1|2|0.5 1|4|1.0 ``` **Compared with the standard gremlin results** **1. gremlin...

@longbinlai Hi, longbin,返回 id 的这里,是不是我们像标准的 TinkerPop Gremlin Server 一样默认返回 `属性 id` 比较好呢?而不是返回用户不可知的 `global unique id` GAIA_IR 的结果如下: