ssandona opened a new issue, #13782: URL: https://github.com/apache/iceberg/issues/13782
### Apache Iceberg version None ### Query engine Spark ### Please describe the bug 🐞 In the Iceberg Documentation, under the Spark procedures section, for the `add_files` procedure we have mentioned [here](https://iceberg.apache.org/docs/latest/spark-procedures/#add_files) the `parallelism` parameter. We have also the possibility to set the `parallelism` parameter for the **MigrateTableProcedure** (mentioned [here](https://github.com/apache/iceberg/blob/apache-iceberg-1.7.1/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/procedures/MigrateTableProcedure.java#L45)) and for the **SnapshotTableProcedure** (mentioned [here](https://github.com/apache/iceberg/blob/apache-iceberg-1.7.1/spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/procedures/SnapshotTableProcedure.java#L43)). As per this the documentation should be updated to include the `parallelism` parameter also for the `migrate` and `snapshot` procedures ### 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: [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]
