RussellSpitzer commented on a change in pull request #3317:
URL: https://github.com/apache/iceberg/pull/3317#discussion_r737579983
##########
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`
+
+Report the live snapshot IDs of parents of a specified snapshot
+
+#### Usage
+
+| Argument Name | Required? | Type | Description |
+|---------------|-----------|------|-------------|
+| `table` | ✔️ | string | Table which will get ancestors |
Review comment:
These descriptions are still a little confusing to me
--
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]