jrgemignani commented on issue #1982:
URL: https://github.com/apache/age/issues/1982#issuecomment-2243887387

   @wen-bing This problem is usually caused by loading multiple files, or the 
same file, to the same label. 
   
   For example, reusing the same vertices file with the same label will cause 
duplicates because you are reusing the same vertex ids. Remember, the CSV for 
vertices contains the vertex id. 
   
   Another example is loading multiple edge files to the same label for edges. 
This is due to how the edges are created from the CSV.
   
   This is an issue that we are looking into.
   
   Hope this is helpful.


-- 
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