fivetran-raulpersa opened a new issue, #13014:
URL: https://github.com/apache/iceberg/issues/13014

   ### Apache Iceberg version
   
   1.9.0 (latest release)
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   BaseMetastoreCatalog implements registering a table as a commit on a table 
operation 
[link](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/BaseMetastoreCatalog.java#L89)
   
   However currently when a GlueTableOperation 
([link](https://github.com/apache/iceberg/blob/main/aws/src/main/java/org/apache/iceberg/aws/dynamodb/DynamoDbTableOperations.java#L157))
 or a DynamoDbTableOperations 
([link](https://github.com/apache/iceberg/blob/main/aws/src/main/java/org/apache/iceberg/aws/dynamodb/DynamoDbTableOperations.java#L157))
 commit fails they delete the metadata file. 
   
   This is unexpected, a register should not take ownership of the metadata 
file.
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


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