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

Encountered unhandled type in inlined properties #3113

Open
ljhhuxiaoba opened this issue Jun 23, 2023 · 0 comments
Open

Encountered unhandled type in inlined properties #3113

ljhhuxiaoba opened this issue Jun 23, 2023 · 0 comments

Comments

@ljhhuxiaoba
Copy link

ljhhuxiaoba commented Jun 23, 2023

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

Redis version:7.2.0
RedisGraph version: v2.12.9
operating system: windows 10
API:Cypher version 9
query:match ()-[{k:size([(a)-[{k:1}]-()|a.k])}]-() return 1

error message:
"Encountered unhandled type in inlined properties."

Steps to reproduce:
match ()-[{k:size([(a)-[{k:1}]-()|a.k])}]-() return 1

Expected behavior:
The query should run successfully.

Actual behavior:
The query failed.

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