sushi30 opened a new issue, #7480: URL: https://github.com/apache/iceberg/issues/7480
### Apache Iceberg version 1.2.1 (latest release) ### Query engine Spark ### Please describe the bug 🐞 According to iceberg docs. There are two methods for running spark procedures: 1. SQL 2. Spark Actions For [remove_orphan_files](https://iceberg.apache.org/docs/latest/spark-procedures/#remove_orphan_files) it appears that the SQL procedure has the `max_concurrent_deletes` parameter which does not exist in the spark action [DeleteOrphanFiles](https://iceberg.apache.org/javadoc/1.2.0/org/apache/iceberg/actions/DeleteOrphanFiles.html). While it is technically possible to imitate the SQL behavior using `executeDeleteWith`, the method that is used under the hood is a private method [`removeService`](https://github.com/apache/iceberg/blob/4d54f4cf8f19f74a8f2463f4b10a7c39ba417d14/spark/v3.1/spark/src/main/java/org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.java#L160-L166). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
