flyrain commented on code in PR #11130:
URL: https://github.com/apache/iceberg/pull/11130#discussion_r1799943267


##########
format/spec.md:
##########
@@ -598,6 +702,14 @@ Notes:
 1. Lower and upper bounds are serialized to bytes using the single-object 
serialization in Appendix D. The type of used to encode the value is the type 
of the partition field data.
 2. If -0.0 is a value of the partition field, the `lower_bound` must not be 
+0.0, and if +0.0 is a value of the partition field, the `upper_bound` must not 
be -0.0.
 
+#### First Row ID Assignment
+
+Row ID inheritance is used when row lineage is enabled. When not enabled, a 
manifest's `first_row_id` must always be set to `null`. The rest of this 
section applies when row lineage is enabled.

Review Comment:
   Can we be more explicit in the spec about disabling row lineage is not 
allowed at this moment? I think the engine/catalog should guide it so that 
users won't accidentally disable it. 



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