Does GraphScope only support int type as vertex id
?
#1747
-
I try to load the graph with string type vertex id but get an exception. Is it expected? |
Beta Was this translation helpful? Give feedback.
Answered by
sighingnow
Jun 21, 2022
Replies: 2 comments
-
You need speicify the GraphScope/python/graphscope/tests/unittest/test_create_graph.py Lines 228 to 237 in 7af26c9 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sighingnow
-
Thanks! will try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need speicify the
oid_type
asstring
:GraphScope/python/graphscope/tests/unittest/test_create_graph.py
Lines 228 to 237 in 7af26c9