alibaba/GraphScope

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

Open

#1,509 建立於 2022年5月6日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)HTML (301 fork)batch import
component:pythonenhancementgood first issue

倉庫指標

Star
 (2,401 star)
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.

貢獻者指南