kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

fix the bug: can't get edge with 0 vertex Id(same as degree edge) #84

Closed daewon closed 9 years ago

daewon commented 9 years ago

Add hash key prop(isDegreeEdge)

When getting edge that has '0' vertexId it's same as degree Edge's vertexId, because it filted out, but it's not correct action.