Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-09-11 Thread via GitHub
github-actions[bot] commented on PR #6581: URL: https://github.com/apache/iceberg/pull/6581#issuecomment-2345009464 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If y

Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-09-11 Thread via GitHub
github-actions[bot] closed pull request #6581: Spark 3.3: Add RemoveDanglingDeletes action URL: https://github.com/apache/iceberg/pull/6581 -- 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 specif

Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-08-23 Thread via GitHub
github-actions[bot] commented on PR #6581: URL: https://github.com/apache/iceberg/pull/6581#issuecomment-2307946253 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-02-14 Thread via GitHub
dramaticlly commented on code in PR #6581: URL: https://github.com/apache/iceberg/pull/6581#discussion_r1490257622 ## spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/RemoveDanglingDeletesSparkAction.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Softwa

Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-02-09 Thread via GitHub
szehon-ho commented on code in PR #6581: URL: https://github.com/apache/iceberg/pull/6581#discussion_r1484909765 ## spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/RemoveDanglingDeletesSparkAction.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Software

Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-02-03 Thread via GitHub
zinking commented on code in PR #6581: URL: https://github.com/apache/iceberg/pull/6581#discussion_r1477056633 ## spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/RemoveDanglingDeletesSparkAction.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Software F

Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-02-03 Thread via GitHub
zinking commented on code in PR #6581: URL: https://github.com/apache/iceberg/pull/6581#discussion_r1477056187 ## spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/RemoveDanglingDeletesSparkAction.java: ## @@ -0,0 +1,227 @@ +/* + * Licensed to the Apache Software F

Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-01-31 Thread via GitHub
zinking commented on code in PR #6581: URL: https://github.com/apache/iceberg/pull/6581#discussion_r1469455133 ## api/src/main/java/org/apache/iceberg/DeleteFiles.java: ## @@ -55,6 +55,17 @@ default DeleteFiles deleteFile(DataFile file) { return this; } + /** + * De

Re: [PR] Spark 3.3: Add RemoveDanglingDeletes action [iceberg]

2024-01-29 Thread via GitHub
zinking commented on code in PR #6581: URL: https://github.com/apache/iceberg/pull/6581#discussion_r1469455133 ## api/src/main/java/org/apache/iceberg/DeleteFiles.java: ## @@ -55,6 +55,17 @@ default DeleteFiles deleteFile(DataFile file) { return this; } + /** + * De