Akaza20-03 commented on issue #1709:
URL: https://github.com/apache/age/issues/1709#issuecomment-2020006870

   I think we can fix this issue by explicitly assign each property 
indivisually in merge operation 
   
   //previous line 
   SET v=map
   
   //updated line
   SET v.first=map.first , v.last=map.last
   
   In this updated query, after the MERGE operation, we set each property first 
and last separately from the map variable, which should ensure that all 
vertices have both "first" and "last" fields correctly set.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to