alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.3k stars 446 forks source link

[GIE & Storage] Query an edge property is not supported yet #2775

Open lidongze0629 opened 1 year ago

lidongze0629 commented 1 year ago

Is your feature request related to a problem? Please describe.

>>> client.submit("g.E(1001494).valueMap()").all().result()

~/Library/Python/3.9/lib/python/site-packages/gremlin_python/driver/protocol.py in data_received(self, message, results_dict)
    135                           str(message), str(results_dict))
    136             del results_dict[request_id]
--> 137             raise GremlinServerError(message['status'])
    138
    139     def _kerberos_received(self, message):

GremlinServerError: 500: Status{code=UNKNOWN, description=submit job error Build job failure: user defined error: Query store error in graph_proxy GraphScope storage does not support get_edge for now, cause=null}
lidongze0629 commented 1 year ago

@siyuan0322 Could you please take a look at this issue, maybe it needs some capabilities provided by Groot, thanks.