ticomse commented on issue #644:
URL: https://github.com/apache/age/issues/644#issuecomment-1837756673

   My situation:
   
   I used the CREATE command to create around 340,000 vertices.
   Apache Age automatically assigned ids with values like '20829148276967924'. 
(I believe that this is a 64-bit number.)
   
   When I try to load vertices from a file, I get this error:
   psycopg2.errors.InvalidParameterValue: entry_id must be 1 .. 281474976710655
   
   I'm pretty sure that 281474976710655 is MAXINT for a 48-bit integer.
   
   It seems like psycopg2 has an input validation check that causes it to 
discard ids that are too large.
   
   Any thoughts about how to fix or workaround this issue?
   
   Thanks
   


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