KnightChess commented on a change in pull request #3317:
URL: https://github.com/apache/iceberg/pull/3317#discussion_r736075094
##########
File path: site/docs/spark-procedures.md
##########
@@ -407,3 +407,36 @@ CALL spark_catalog.system.add_files(
source_table => '`parquet`.`path/to/table`'
)
```
+
+## `Metadata information`
+
+### `ancestors_of`
+
+Get the snapshot ancestors info by a particular snapshot
+
+#### Usage
+
+| Argument Name | Required? | Type | Description |
+|---------------|-----------|------|-------------|
+| `table` | ✔️ | string | Table which will get ancestors |
+| `snapshot_id` | ✔️ | long | Snapshot ID to get ancestors |
Review comment:
Sorry, my mistake. it's optional
--
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]