alibaba/GraphScope

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

Open

#1,509 opened on 2022年5月6日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)HTML (2,401 stars) (301 forks)batch import
component:pythonenhancementgood first issue

説明

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.

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

[BUG] g.graphlearn()/g.gremlin() should check if the type is compatible first · alibaba/GraphScope#1509 | Good First Issue