alibaba / alibaba/GraphScope

Support `valueMap` operation in GAIA_IR

Open
#1,592 0 comments 0 reactions 1 assignee Claimed by @shirly121 View on GitHub
component:gaia
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

**Is your feature request related to a problem? Please describe.**
```python
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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.