ajantha-bhat commented on code in PR #8892:
URL: https://github.com/apache/iceberg/pull/8892#discussion_r1368130579
##########
docs/spark-procedures.md:
##########
@@ -127,11 +127,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 |
-| `snapshot_id` | | long | Snapshot ID to set as current |
-| `ref` | | string | Snapshot Referece (branch or tag) to set as current |
+| Argument Name | Required? | Type | Description
|
+|---------------|-----------|------|------------------------------------------------------|
+| `table` | ✔️ | string | Name of the table to update
|
+| `snapshot_id` | | long | Snapshot ID to set as current
|
+| `ref` | | string | Snapshot Reference (branch or tag) to set as current |
Review Comment:
nit: you can keep the old formatting while editing this in IDE by adding a
new line after 133 and edit the old line 134 and removing the newly added
newline.
--
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]