ajantha-bhat commented on code in PR #7641: URL: https://github.com/apache/iceberg/pull/7641#discussion_r1202501759
########## nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java: ########## @@ -92,6 +92,11 @@ private TableMetadata loadTableMetadata(String metadataLocation, Reference refer // Nessie CLI will provide a reference aware GC functionality for the expired/unreferenced // files. newProperties.put(TableProperties.GC_ENABLED, "false"); + + newProperties.put(TableProperties.METADATA_DELETE_AFTER_COMMIT_ENABLED, "false"); + LOG.info( Review Comment: @snazy: We are waiting for your approval. -- 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