KnightChess commented on a change in pull request #3482:
URL: https://github.com/apache/iceberg/pull/3482#discussion_r747455511
##########
File path: site/docs/spark-queries.md
##########
@@ -324,9 +306,34 @@ SELECT * FROM prod.db.table.all_manifests
3. `contains_nan` could return null, which indicates that this information
is not available from files' metadata.
This usually occurs when reading from V1 table, where `contains_nan`
is not populated.
+### Advanced Use
+
+#### Entries
+
+To show a table's current manifest entries as rows, for both delete and data
files, run:
+
+```sql
+SELECT * FROM prod.db.table.entries
+```
+
Review comment:
move entries to Advanced Use section
--
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]