Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipe rank with agg func error #4711

Closed
BOFA1ex opened this issue Oct 11, 2022 · 0 comments
Closed

Pipe rank with agg func error #4711

BOFA1ex opened this issue Oct 11, 2022 · 0 comments
Assignees
Labels
severity/minor Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@BOFA1ex
Copy link

BOFA1ex commented Oct 11, 2022

Describe the bug (required)

go from "10a2a268-618f-40aa-90df-bda58eb169b8" over * yield src(edge) as src, dst(edge) as dst, rank(edge) as rank 
| yield $-.src as src, $-.dst as dst, max($-.rank) as rank 
| fetch prop on lineage_trace_edge $-.src -> $-.dst @$-.rank yield edge as e

Actually, YIELD max($-.rank) as rank has been returned INT value yet.

Console Log

-1009:SemanticError: `$-.rank' should be type of INT, but was __EMPTY__

Your Environments (required)

  • OS: Linux nebula2 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  • Compiler: g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
  • CPU: lscpu
  • Commit id 02b2091
@BOFA1ex BOFA1ex added the type/bug Type: something is unexpected label Oct 11, 2022
@Sophie-Xie Sophie-Xie added this to the v3.3.0 milestone Oct 11, 2022
@jinyingsunny jinyingsunny added the severity/minor Severity of bug label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/minor Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

4 participants