fresher1chen
fresher1chen
**Describe the bug** 创建子图的时候,出现类型错误 **To Reproduce** Steps to reproduce the behavior: 1. 载图数据大概 39G ,`k8s_vineyard_mem` 与 `k8s_engine_mem` 都为 50G,通过Python发起Gremlin查询 时配置的参数是 `engine_params = 70000M` 2.调用 `graphscope.interactive.query.InteractiveQuery.subgraph` 接口,执行 `g.V().hasLabel('intopieces').has('commit_time',neq(0)).as('a').out().in().hasLabel('intopieces').as('b').where('a',gt('b')).by('commit_time').outE().limit(10)` 语句 3. 出现以下错误...
4.0.0 的docker版本,根据文档显示支持merge操作,https://tugraph-db.readthedocs.io/zh_CN/v4.0.0/5.developer-manual/6.interface/1.query/1.cypher.html#id1 ,实际使用merge创建节点时报错如下 