nastra commented on code in PR #13816:
URL: https://github.com/apache/iceberg/pull/13816#discussion_r2277007492


##########
format/spec.md:
##########
@@ -103,8 +103,8 @@ Inheriting the sequence number from manifest metadata 
allows writing a new manif
 Row-level deletes are stored in delete files.
 
 There are two types of row-level deletes:
-* _Position deletes_ mark a row deleted by data file path and the row position 
in the data file. Position deletes are encoded in a [_position delete 
file_](#position-delete-files) (V2) or [_deletion vector_](#deletion-vectors) 
(V3 or above).
-* _Equality deletes_ mark a row deleted by one or more column values, like `id 
= 5`. Equality deletes are encoded in [_equality delete 
file_](#equality-delete-files).
+* **Position deletes** -- Mark a row deleted by data file path and the row 
position in the data file. Position deletes are encoded in a [_position delete 
file_](#position-delete-files) (V2) or [_deletion vector_](#deletion-vectors) 
(V3 or above).

Review Comment:
   I believe it's really just missing a newline after L105 to properly be 
rendered as a bulleted list item. You can deploy the site locally and then 
check if it's fixed as described in 
https://github.com/apache/iceberg/blob/a8d111eaa7bfb3f98a236578cee3b2ff14b7b338/site/README.md



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