You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/27 20:21:10 UTC

[GitHub] [iceberg] rdblue commented on a diff in pull request #5367: Docs: Add docs for using metadata_logs metadata table

rdblue commented on code in PR #5367:
URL: https://github.com/apache/iceberg/pull/5367#discussion_r931547169


##########
docs/spark-queries.md:
##########
@@ -227,6 +227,20 @@ SELECT * FROM prod.db.table.history
 **This shows a commit that was rolled back.** The example has two snapshots with the same parent, and one is *not* an ancestor of the current table state.
 {{< /hint >}}
 
+### Metadata Logs
+
+To show table metadata logs:
+
+```sql
+SELECT * from prod.db.table.metadata_logs

Review Comment:
   Can we rename this metadata table? The name `metadata_logs` doesn't make sense to me since there is just the one log. The rows of the table are log entries.



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org