-
g.V().out('1..2', 'register').with('PATH_OPT', 'ARBITRARY').with('RESULT_OPT', 'ALL_V') 报错: |
Beta Was this translation helpful? Give feedback.
Answered by
zjarles
Sep 16, 2023
Replies: 3 comments 1 reply
-
Sorry that we can not reproduce the error. Could you please provide more info for us to reproduce the error? |
Beta Was this translation helpful? Give feedback.
0 replies
-
您好,我用的是jupyter,不是gremlin客户端,调用的graphscope和gremlin_python的python模块包,正在用的graphscope模块包版本是v0.23.0
from gremlin_python.process.anonymous_traversal import traversal
from gremlin_python.driver.driver_remote_connection import DriverRemoteConnection
g = traversal().with_remote(DriverRemoteConnection('ws://127.0.0.1:8000/gremlin','g'))
interactive = graphscope.gremlin(graph)
…------------------ 原始邮件 ------------------
发件人: "alibaba/GraphScope" ***@***.***>;
发送时间: 2023年9月6日(星期三) 晚上6:05
***@***.***>;
***@***.******@***.***>;
主题: Re: [alibaba/GraphScope] path expansion (语法糖)不能识别 .with (Discussion #3189)
Sorry that we can not reproduce the error.
I tried on the demo graph and it outputs expected result:
Could you please provide more info, e.g., the version of graphscope you used?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
需要用graphscope的客户端interactive.execute("...")来运行语法糖语句