singhpk234 commented on code in PR #12958:
URL: https://github.com/apache/iceberg/pull/12958#discussion_r2072449201


##########
site/docs/status.md:
##########
@@ -163,9 +163,18 @@ This section lists the libraries that implement the Apache 
Iceberg specification
 | Operation              | Java | PyIceberg | Rust | Go |
 |------------------------|------|-----------|------|----|
 | Append data            | Y    | Y         | Y    | N  |
+| Read position deletes  | Y    | Y         | N    | N  |
 | Write position deletes | Y    | N         | N    | N  |
+| Read equality deletes  | Y    | N         | N    | N  |
 | Write equality deletes | Y    | N         | N    | N  |
 
+### Table Spec V3
+
+| Operation              | Java | PyIceberg | Rust | Go |
+|------------------------|------|-----------|------|----|
+| Read deletion vectors  | Y    | Y         | N    | N  |
+| Write deletion vectors | Y    | N         | N    | N  |

Review Comment:
   [suggestion] should we also add Read Pos / Read eq / Write eq matix, also in 
spec v3 considering they are still supported in v3 as well ?



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