Using the to_iceberg() function I ran into a ICEBERG_COMMIT_ERROR: Failed to commit Iceberg update to the table error. #2422
-
Hello, The notebook being ran in parallel works as follows:
This notebook works most the time, but sometimes fails with the message in the title. Re-running the notebook solves the issue. I am wondering if this is an issue with athena's icebergs query limits or is there something I can do with the to_iceberg function to help this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @JamieSkinner8 looks like this is a known issue: apache/iceberg#1286 |
Beta Was this translation helpful? Give feedback.
Hi @JamieSkinner8 looks like this is a known issue: apache/iceberg#1286
I do not think it's something we can handle in AWS SDK for pandas other than adding retries