rdblue commented on code in PR #10981:
URL: https://github.com/apache/iceberg/pull/10981#discussion_r1907651448


##########
format/spec.md:
##########
@@ -603,8 +608,9 @@ Notes:
 4. Position delete metadata can use `referenced_data_file` when all deletes 
tracked by the entry are in a single data file. Setting the referenced file is 
required for deletion vectors.
 5. The `content_offset` and `content_size_in_bytes` fields are used to 
reference a specific blob for direct access to a deletion vector. For deletion 
vectors, these values are required and must exactly match the `offset` and 
`length` stored in the Puffin footer for the deletion vector blob.
 6. The following field ids are reserved on `data_file`: 141.
-
-The `partition` struct stores the tuple of partition values for each file. Its 
type is derived from the partition fields of the partition spec used to write 
the manifest file. In v2, the partition struct's field ids must match the ids 
from the partition spec.
+7. `geometry` and `geography`: this is a point: X, Y, Z, and M are the lower / 
upper bound of all objects in the file. For the X and Y values only, the 
lower_bound's values (xmin/ymin) may be greater than the upper_bound's value 
(xmax/ymax). In this X case, an object in the file may match if it contains an 
X such that `x >= xmin` OR `x <= xmax`, and in this Y case if `y >= ymin` OR `y 
<= ymax`. In geographic terminology, the concepts of `xmin`, `xmax`, `ymin`, 
and `ymax` are also known as `westernmost`, `easternmost`, `northernmost` and 
`southernmost`.
+8. `geography` further restricts these points to the canonical ranges of [-180 
180] for X and [-90 90] for Y.
+9. The `partition` struct stores the tuple of partition values for each file. 
Its type is derived from the partition fields of the partition spec used to 
write the manifest file. In v2, the partition struct's field ids must match the 
ids from the partition spec.

Review Comment:
   This last sentence is not a clarifying note, so it should not be in the list.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to