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

Path variable is missing from RETURN * output #2341

Closed
LiorKogan opened this issue Apr 28, 2022 · 0 comments
Closed

Path variable is missing from RETURN * output #2341

LiorKogan opened this issue Apr 28, 2022 · 0 comments
Labels

Comments

@LiorKogan
Copy link
Member

LiorKogan commented Apr 28, 2022

RedisGraph 2.4.14, 2.8.11

For each of the following queries:

GRAPH.QUERY g "MATCH (c), (k), p = (c)-[*]-(k) RETURN *"
GRAPH.QUERY g "MATCH (c), (k) MATCH p = (c)-[*]-(k) RETURN *"
GRAPH.QUERY g "MATCH (c), (k) WITH c, k MATCH p = (c)-[*]-(k) RETURN *"

The output contains c and k.
Expected: c, k, and p.

@LiorKogan LiorKogan added the bug label Apr 28, 2022
@AviAvni AviAvni added this to Queries that return wrong results in Backlog 2022 May 2, 2022
@AviAvni AviAvni closed this as completed Jun 21, 2023
Backlog 2022 automation moved this from Queries that return wrong results to Done Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants