uros-b commented on code in PR #17311:
URL: https://github.com/apache/iceberg/pull/17311#discussion_r3691301518


##########
site/docs/status.md:
##########
@@ -155,6 +180,18 @@ This section lists the libraries that implement the Apache 
Iceberg specification
 | Read with position deletes  | Y    | Y         | Y    | Y  | N   |
 | Read with equality deletes  | Y    | N         | Y    | Y  | N   |
 
+### Table Spec V3
+
+| Operation                    | Java | PyIceberg | Rust | Go | C++ |
+|------------------------------|------|-----------|------|----|-----|
+| Plan with data file          | Y    | Y         | Y    | Y  | Y   |
+| Plan with deletion vectors   | Y    | Y         | N    | Y  | Y   |
+| Plan with equality deletes   | Y    | N         | Y    | Y  | Y   |

Review Comment:
   PyIceberg flips Y→N here vs v2. Equality deletes aren't replaced by DVs in 
v3 (only position deletes are), so is this an intentional gap or a stale v2 
cell?



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