alibaba/GraphScope

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

オープン

#1,509 opened on 2022/05/06

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (301 件のフォーク)batch import
component:pythonenhancementgood first issue

Repository metrics

Stars
 (2,401 個のスター)
PR merge metrics
 (平均マージ 1m) (30d で 8 merged PRs)

説明

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.

コントリビューターガイド