-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
match p=(:foo)-->() return p
returns empty instead of rejecting error on not being able to pushdown
#3996
Comments
match p=(:foo)-->() return p
returns empty instead of error on not being able to pushdownmatch p=(:foo)-->() return p
returns empty instead of rejecting error on not being able to pushdown
labeled as bug for now, please kindly remove it if it's not the case ;) |
I am working on this. |
Looking forward to your contribution. |
It turned out: a. b. I think:
update: after further look, it's found the
update: after talking with @Shylock-Hg (thanks!), I came to know a. should be excluded from the opt-rule: Thanks! |
Could we pushdown limit in this pattern now? If not, it should be rejected, right?
In my own test on v3.0.0, it's accepted and resulting in BAD_TYPE.
It's reported from below thread as accepted & with empty result:
ref: https://discuss.nebula-graph.com.cn/t/topic/7842/10
The text was updated successfully, but these errors were encountered: