alibaba/GraphScope
Auf GitHub ansehen[BUG] g.graphlearn()/g.gremlin() should check if the type is compatible first
Open
#1.509 geöffnet am 6. Mai 2022
component:pythonenhancementgood first issue
Repository-Metriken
- Stars
- (2.401 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 1m) (8 gemergte PRs in 30 T)
Beschreibung
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.