-
Notifications
You must be signed in to change notification settings - Fork 410
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
Server terminates for SET plus-equal when the original properties has a non-scalar value #1159
Comments
@Zainab-Saad Are you working on it? |
@rafsun42 I have created a PR for this, could you review that? |
@Zainab-Saad This query didn't terminate on my machine (Master, PG15). What PG version are you using?
EDIT: |
@rafsun42 version is PG 15.1. with the data setup I have provided, this query terminated. |
@Zainab-Saad Could you also put this on the "Expected behavior" section in case anyone else wants to reproduce the issue?
|
Describe the bug
Updating properties of a vertex/edge (having a non-scalar value) with SET plus-equal terminates the server
How are you accessing AGE (Command line, driver, etc.)?
Command Line
What data setup do we need to do?
Create 2 vertices with non-scalar property values
What is the command that caused the error?
This query terminated the server (same for vertex with label
B
)Expected behavior
Should update the properties as below
Environment (please complete the following information):
AGE master (This problem exists for other branches too)
Additional context
SET plus-equal works fine for scalar property values
The text was updated successfully, but these errors were encountered: