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: [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]

Reply via email to