srcnblgc commented on issue #9178:
URL: https://github.com/apache/iceberg/issues/9178#issuecomment-2094374588

   Possible to let me know how I can increase the number of retries on glue 
backed environment? 
   
   Or how to set "From 
https://iceberg.apache.org/docs/1.2.1/configuration/#write-properties
   write.update.isolation-level, write.merge.isolation-level" via python(which 
will be running on lambda) with glue backed environment?  
   
   here what I was trying:
   ------------------------------------------------------------------
   
   catalog = load_catalog("glue", **{"type": "glue"})
   
   df = pq.read_table("~/Desktop/pyiceberg_py/yellow_tripdata_2023-01.parquet")
   
   tbl = catalog.load_table(identifier="pyiceberg_sb.pyiceberg_nyc_taxi")
   tbl.append(df)
   print(len(tbl.scan().to_arrow()))
   ------------------------------------------------------------------
   and it is failing with "pyiceberg.exceptions.CommitFailedException: 
Requirement failed: branch main has changed: expected id 3182993835964802089, 
found 1838899954983424460" with only 2 concurrent inserts.


-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to