ajantha-bhat commented on code in PR #9253: URL: https://github.com/apache/iceberg/pull/9253#discussion_r1424879348
########## docs/spark-procedures.md: ########## @@ -442,10 +442,11 @@ This procedure invalidates all cached Spark plans that reference the affected ta #### Usage -| Argument Name | Required? | Type | Description | -|---------------|-----------|------|-------------| -| `table` | ✔️ | string | Name of the table to update | -| `use_caching` | ️ | boolean | Use Spark caching during operation (defaults to true) | +| Argument Name | Required? | Type | Description | +|---------------|-----------|------|---------------------------------------------------------------| +| `table` | ✔️ | string | Name of the table to update | +| `use_caching` | ️ | boolean | Use Spark caching during operation (defaults to true) | +| `spec_id` | | int | Spec id of the manifests to rewrite (defaults to current spec id) | Review Comment: nit: we can have formatting as above line ```suggestion | `spec_id` | ️ | int | Spec id of the manifests to rewrite (defaults to current spec id) | ``` ########## docs/spark-procedures.md: ########## @@ -442,10 +442,11 @@ This procedure invalidates all cached Spark plans that reference the affected ta #### Usage -| Argument Name | Required? | Type | Description | -|---------------|-----------|------|-------------| -| `table` | ✔️ | string | Name of the table to update | -| `use_caching` | ️ | boolean | Use Spark caching during operation (defaults to true) | +| Argument Name | Required? | Type | Description | +|---------------|-----------|------|---------------------------------------------------------------| +| `table` | ✔️ | string | Name of the table to update | +| `use_caching` | ️ | boolean | Use Spark caching during operation (defaults to true) | +| `spec_id` | | int | Spec id of the manifests to rewrite (defaults to current spec id) | Review Comment: nit: we can have formatting as above line ```suggestion | `spec_id` | ️ | int | Spec id of the manifests to rewrite (defaults to current spec id) | ``` -- 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