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

Memgraph crashes on specific query #2023

Open
antejavor opened this issue May 10, 2024 · 0 comments
Open

Memgraph crashes on specific query #2023

antejavor opened this issue May 10, 2024 · 0 comments
Labels
bug bug community community Effort - Unknown Effort - Unknown Frequency - EveryTime Frequency - EveryTime Reach - Some Reach - Some Severity - S1 Severity - S1

Comments

@antejavor
Copy link
Contributor

antejavor commented May 10, 2024

Memgraph version
2.16.0

To Reproduce
Memgraph crashes:

match (i:Actor {domain:'test.com'})
where 'Customer A' in extract(v IN i.infringes | v.brand)
return *

Memgraph executes the query:

match (i:Actor {domain:'test.com'})
with i, extract(v IN i.infringes | v.brand) as inf
where 'Customer A' in inf 
return *
@antejavor antejavor added bug bug community community Effort - Unknown Effort - Unknown Severity - S1 Severity - S1 Frequency - EveryTime Frequency - EveryTime Reach - Some Reach - Some labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug community community Effort - Unknown Effort - Unknown Frequency - EveryTime Frequency - EveryTime Reach - Some Reach - Some Severity - S1 Severity - S1
Projects
Development

No branches or pull requests

1 participant