rdblue commented on a change in pull request #3482:
URL: https://github.com/apache/iceberg/pull/3482#discussion_r744297063
##########
File path: site/docs/spark-queries.md
##########
@@ -243,6 +269,101 @@ Note:
2. `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.
+### All Manifests
+
+To show a table's valid file manifests and each file's metadata, run:
+
+!!! Note
+ a valid manifest file is one that is referenced from any snapshot
currently tracked by the table.
+
+!!! WARNING
+ this table may return **duplicate** rows
Review comment:
Looks like there are several cases of sentences that don't start with
capitals, so be sure to fix all of them, please!
--
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]