Skip to content

Commit

Permalink
Docs: Add spec-id for rewrite manifests (apache#9253)
Browse files Browse the repository at this point in the history
* Add doc for rewriting manifest with spec id

* address a comment

* Fix whitespace

Co-authored-by: Ajantha Bhat <ajanthabhat@gmail.com>

---------

Co-authored-by: Fokko Driesprong <fokko@apache.org>
Co-authored-by: Ajantha Bhat <ajanthabhat@gmail.com>
  • Loading branch information
3 people authored and devangjhabakh committed Apr 22, 2024
1 parent e8c4ef6 commit a226aac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/spark-procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |

#### Output

Expand Down

0 comments on commit a226aac

Please sign in to comment.