This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 76dba8fe83 Docs: Fix header for entries metadata table (#10826)
76dba8fe83 is described below
commit 76dba8fe83c4496318cc34436e610cf50f43054d
Author: gaborkaszab <[email protected]>
AuthorDate: Wed Jul 31 12:59:13 2024 +0200
Docs: Fix header for entries metadata table (#10826)
---
docs/docs/spark-queries.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/docs/spark-queries.md b/docs/docs/spark-queries.md
index b606d849a6..494ca69853 100644
--- a/docs/docs/spark-queries.md
+++ b/docs/docs/spark-queries.md
@@ -288,6 +288,7 @@ order by made_current_at;
| 2019-02-09 16:24:30.13 | delete | 29641004024753 | false |
application_1520379288616_151109 |
| 2019-02-09 16:32:47.336 | append | 57897183625154 | true |
application_1520379288616_155055 |
| 2019-02-08 03:47:55.948 | overwrite | 51792995261850 | true |
application_1520379288616_152431 |
+
### Entries
To show all the table's current manifest entries for both data and delete
files.