Confusing error message syntax error near .age==42
which was actually caused by non-support of filter push-down
#4109
Labels
type/bug
Type: something is unexpected
I used the community nebula(03.30nightly),after running
MATCH (v:player:actor) where (v:actor.age==42) return v limit 5
, the errorSyntaxError: syntax error near
.age==42'` was displayed.After I confirmed with @Shylock-Hg, the statement cannot be executed successfully because the community version does not support filter pushdown.
If so, can we modify the error message instead of showing a syntax like error?
The text was updated successfully, but these errors were encountered: