I33Buckler commented on issue #1260:
URL: https://github.com/apache/age/issues/1260#issuecomment-1754111196

   In the first instance of the I processed the table ALLSERVICES.TRIPS as a 
single table. This was where the error was experienced. 
   First step was to identify where the error occured. Ensuring that the 
TEMPROW table and ALLSERVICES.TRIPS were matched 1:1 in the loop the row number 
123487 was identified as the location. 
   To examine this error I then separated ALLSERVICES.TRIPS into TRIPS1 and 
TRIPS2 where TRIPS1 contained rows 1 to 123486 from ALLSERVICES.TRIPS. 
   I processed TRIPS1 in the loop which inserted into the graph table 
'Transport Analysis'.Trips.
   This process succeeded. 
   I then applied the process to TRIPS2 with the result being immediate failure 
suggesting the graph table could not accept an additional row.


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