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 core dumps on incorrect query when assigning list container of mixed types from two pattern comprehensions #1919

Open
Darych opened this issue Apr 8, 2024 · 0 comments
Assignees
Labels
bug bug Effort - Medium Effort - Medium Priority - Later Priority - Later

Comments

@Darych
Copy link
Contributor

Darych commented Apr 8, 2024

Memgraph version
2.16.0

Describe the bug
Memgraph core dumps on incorrect query when mixing different types in lists

To Reproduce
Steps to reproduce the behavior:

  1. Run the following query
MATCH (keanu:Person {name: 'Keanu Reeves'})
WITH keanu,
[(keanu)-->(b:Movie) | b.title]  + [(keanu)-->(b:Movie) | b.released] AS movieTitles
SET keanu.resume = movieTitles
RETURN keanu.resume

Expected behavior
Exception should be thrown.

@Darych Darych added the bug bug label Apr 8, 2024
@Darych Darych self-assigned this Apr 8, 2024
@gvolfing gvolfing added the Effort - Medium Effort - Medium label May 8, 2024
@hal-eisen-MG hal-eisen-MG added the Priority - Later Priority - Later label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug Effort - Medium Effort - Medium Priority - Later Priority - Later
Projects
None yet
Development

No branches or pull requests

3 participants