You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the FAQ documentation before raising an issue
Describe the bug (required)
describe edge has
Field
Type
Null
Default
Comment
id
int64
YES
EMPTY
EMPTY
Query for all properties works:
MATCH (s:category)-[e:has]-(t:product) where id(s) == 'category594997595' and id(t) == 'product495966995' RETURN e [:has "product495966995"->"category594997595" @0 {id: -1963010408}]
^ id is -1963010408
Query for only id, returns BAD_TYPE:
MATCH (s:category)-[e:has]-(t:product) where id(s) == 'category594997595' and id(t) == 'product495966995' RETURN e.has.id
e.has.id BAD_TYPE
Your Environments (required)
OS: uname -a docker for windows, nebula-graph 3.2.1
Compiler: g++ --version or clang++ --version
CPU: lscpu
Commit id (e.g. a3ffc7d8)
How To Reproduce(required)
Steps to reproduce the behavior:
Step 1
Step 2
Step 3
Expected behavior
Return -1963010408, value of id property of edge
Additional context
The text was updated successfully, but these errors were encountered:
Please check the FAQ documentation before raising an issue
Describe the bug (required)
describe edge has
Query for all properties works:
MATCH (s:category)-[e:has]-(t:product) where id(s) == 'category594997595' and id(t) == 'product495966995' RETURN e
[:has "product495966995"->"category594997595" @0 {id: -1963010408}]
^ id is
-1963010408
Query for only id, returns BAD_TYPE:
MATCH (s:category)-[e:has]-(t:product) where id(s) == 'category594997595' and id(t) == 'product495966995' RETURN e.has.id
e.has.id
BAD_TYPE
Your Environments (required)
uname -a
docker for windows, nebula-graph 3.2.1g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Return
-1963010408
, value of id property of edgeAdditional context
The text was updated successfully, but these errors were encountered: