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

Error about Pattern comprehension in reduce() #3202

Open
ljhhuxiaoba opened this issue Oct 1, 2023 · 1 comment
Open

Error about Pattern comprehension in reduce() #3202

ljhhuxiaoba opened this issue Oct 1, 2023 · 1 comment

Comments

@ljhhuxiaoba
Copy link

I execute a query on my empty RedisGraph and get an error.

Redis version:7.2.0
RedisGraph version: v2.12.10
operating system: windows 11
API:Cypher version 9

Steps to reproduce:
GRAPH.QUERY graph "MATCH (n0:L5) WHERE reduce(a=[()-[]-()|1],b IN [TRUE]|b) RETURN 1"

The error message is as follows:
"Unable to resolve filtered alias '[()-[]-()|1]'"

@ljhhuxiaoba ljhhuxiaoba changed the title Error about Pattern List in reduce() Error about Pattern comprehension in reduce() Oct 1, 2023
@ljhhuxiaoba
Copy link
Author

The same error message also occurs in query "WITH 1 AS a0 WHERE exists([()-[]-()|1]) RETURN 1",not sure if this is the same issue as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant