GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

Support `valueMap` operation in GAIA_IR

Open lidongze0629 opened this issue 3 years ago • 0 comments

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

print(interactive.execute('g.V().has("id", "Domain_1").bothE().valueMap()').all())

File /work/python/graphscope/client/rpc.py:193, in GRPCClient._run_step_impl(self, runstep_requests)
    187     logger.error(
    188         "Runstep failed with code: %s, message: %s",
    189         error_codes_pb2.Code.Name(response.code),
    190         response.error_msg,
    191     )
    192     if response.full_exception:
--> 193         raise pickle.loads(response.full_exception)
    194 return response

RuntimeError: Fetch gremlin result failed

GIE frontend log 截屏2022-05-19 下午4 19 13

lidongze0629 avatar May 19 '22 08:05 lidongze0629