Re: [PR] Spark: Avoid client-side delete of metadata file when purging table [iceberg]

2024-12-11 Thread via GitHub
nastra closed pull request #11752: Spark: Avoid client-side delete of metadata file when purging table URL: https://github.com/apache/iceberg/pull/11752 -- 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

Re: [PR] Spark: Avoid client-side delete of metadata file when purging table [iceberg]

2024-12-11 Thread via GitHub
nastra commented on code in PR #11752: URL: https://github.com/apache/iceberg/pull/11752#discussion_r1880395932 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java: ## @@ -361,32 +359,18 @@ public boolean purgeTable(Identifier ident) { ValidationE