alibaba/GraphScope

[BUG] g.graphlearn()/g.gremlin() should check if the type is compatible first

开放

#1,509 创建于 2022年5月6日

 (2 条评论) (0 个反应) (0 位负责人)HTML (301 个派生)batch import
component:pythonenhancementgood first issue

仓库指标

星标
 (2,401 个星标)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 8 个 PR)

描述

Describe the bug

GraphLearn has implies int64_t as OID_T (see types.h) and current gremlin engine doesn't support string oids as well (see https://github.com/alibaba/GraphScope/issues/1265).

An exceptions should be thrown in g.graphlearn()/g.gremlin() is the oid type of vineyard graph is not compatible with those two engines.

贡献者指南