rdblue commented on a change in pull request #3190:
URL: https://github.com/apache/iceberg/pull/3190#discussion_r716966975
##########
File path: site/docs/spec.md
##########
@@ -232,6 +232,9 @@ The set of metadata columns is:
|-----------------------------|---------------|-------------|
| **`2147483646 _file`** | `string` | Path of the file in which a
row is stored |
| **`2147483645 _pos`** | `long` | Ordinal position of a row in
the source data file |
+| **`2147483644 _deleted`** | `boolean` | Whether the row has been
deleted |
+| **`2147483643 _spec_id`** | `int` | Spec ID used to track the file
containing a row |
+| **`2147483642 _partition`** | `struct` | Partition to which a row
belongs to |
Review comment:
Should just be "Partition to which a row belongs"
--
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]