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 #449

Open
gkorland opened this issue Sep 25, 2023 · 0 comments
Open

Encountered unhandled type in inlined properties #449

gkorland opened this issue Sep 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@gkorland
Copy link
Contributor

Created by: @ljhhuxiaoba
Source: RedisGraph/RedisGraph#3113
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.

@gkorland gkorland added the bug Something isn't working label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant