[BUG]: Misuse of variable in UID function fails silently #8806
Labels
dgraph
Issue or PR created by an internal Dgraph contributor.
exp/beginner
Something most people could solve.
kind/bug
Something is broken.
What version of Dgraph are you using?
latest
Tell us a little more about your go-environment?
N/A
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, CPU, OS)?
N/A
What steps will reproduce the bug?
Run a query like this
Expected behavior and actual result.
q(func: uid(val(A)) )
= Silent return it should failq(func: uid(A) )
= Correct one.Additional information
No response
The text was updated successfully, but these errors were encountered: