szehon-ho commented on code in PR #10981:
URL: https://github.com/apache/iceberg/pull/10981#discussion_r1879110520


##########
format/spec.md:
##########
@@ -1102,6 +1105,7 @@ Hash results are not dependent on decimal scale, which is 
part of the type, not
 4. UUIDs are encoded using big endian. The test UUID for the example above is: 
`f79c3e09-677c-4bbd-a479-3f349cb785e7`. This UUID encoded as a byte array is:
 `F7 9C 3E 09 67 7C 4B BD A4 79 3F 34 9C B7 85 E7`
 5. `doubleToLongBits` must give the IEEE 754 compliant bit representation of 
the double value. All `NaN` bit patterns must be canonicalized to 
`0x7ff8000000000000L`. Negative zero (`-0.0`) must be canonicalized to positive 
zero (`0.0`). Float hash values are the result of hashing the float cast to 
double to ensure that schema evolution does not change hash values if float 
types are promoted.
+6. WKB format, see [Appendix G](#appendix-g-geospatial-notes)

Review Comment:
   Realize this should be removed, removed.



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