alibaba/GraphScope

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

Aberta

#1.509 aberto em 6 de mai. de 2022

 (2 comentários) (0 reação) (0 responsável)HTML (301 forks)batch import
component:pythonenhancementgood first issue

Métricas do repositório

Stars
 (2.401 estrelas)
Métricas de merge de PR
 (Mesclagem média 1m) (8 fundiu PRs em 30d)

Description

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.

Guia do colaborador