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)
Your Environments (required)
OS: uname -a
Compiler: g++ --version or clang++ --version
CPU: lscpu
Commit id (e.g. a3ffc7d8)
How To Reproduce(required)
Steps to reproduce the behavior:
(root@nebula) [nba]> go from "Tim Duncan" over * yield dst(edge) as dst, $$.player.age as age |group by $-.dst yield sum($-.age) as age | order by $-.age
+-----+
| age |
+-----+
| 0 |
| 31 |
| 33 |
| 72 |
| 82 |
+-----+
Got 5 rows (time spent 15212/16394 us)
(root@nebula) [nba]> go from "Tim Duncan" over * yield dst(edge) as dst, $$.player.age as age |group by $-.dst yield (sum($-.age)+3) as age | order by $-.age
[ERROR (-1009)]: SemanticError: `$-.age', not exist prop `age'
Expected behavior
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)
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: