stevenzwu commented on code in PR #14250:
URL: https://github.com/apache/iceberg/pull/14250#discussion_r2403766017


##########
format/spec.md:
##########
@@ -713,7 +715,9 @@ Examples of valid field paths using normalized JSON path 
format are:
 * `$['tags']` -- the `tags` array 
 * `$['addresses']['zip']` -- the `zip` field in an `addresses` array that 
contains objects
 
-For `geometry` and `geography` types, `lower_bounds` and `upper_bounds` are 
both points of the following coordinates X, Y, Z, and M (see [Appendix 
G](#appendix-g-geospatial-notes)) which are the lower / upper bound of all 
objects in the file. For the X values only, xmin may be greater than xmax, in 
which case an object in this bounding box may match if it contains an X such 
that `x >= xmin` OR`x <= xmax`. In geographic terminology, the concepts of 
`xmin`, `xmax`, `ymin`, and `ymax` are also known as `westernmost`, 
`easternmost`, `southernmost` and `northernmost`, respectively. For `geography` 
types, these points are further restricted to the canonical ranges of [-180 
180] for X and [-90 90] for Y.
+For geometry and geography types, lower_bounds and upper_bounds are both 
points of the following coordinates X, Y, Z, and M (see Appendix G) which are 
the lower / upper bound of all objects in the file.
+
+For geography, for the X values only, xmin may be greater than xmax, in which 
case an object in this bounding box may match if it contains an X such that x 
>= xmin OR x <= xmax. In geographic terminology, the concepts of xmin, xmax, 
ymin, and ymax are also known as westernmost, easternmost, southernmost and 
northernmost, respectively. These points are further restricted to the 
canonical ranges of [-180..180] for X and [-90..90] for Y.

Review Comment:
   > For geography, for the X values only, xmin may be greater than xmax,
   
   nit, is the following read a little better?
   ```
   For geography only, xmin may be greater than xmax,
   ```



-- 
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]

Reply via email to