Zainab-Saad commented on issue #1090:
URL: https://github.com/apache/age/issues/1090#issuecomment-1660823663

   @rafsun42 
   After step 1, if we reset the sequence starting number to `max CSV ID + 1` 
and then create a vertex as in step 2, there would not be an issue till this 
point. But as we move to the step 3, if the vertex2 csv has an id that we have 
already used in step 2 in `CREATE(x: vertex2)` then this will cause id clash 
and a possible break.
   PS: I am considering here the id clash from the CREATE clause and the 
vertex2 csv not across multiple vertex csvs (which we are ignoring for now as 
per your comment)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to