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


##########
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:
   I agree, the only consideration is how we do we convey a case like :
   pos delete (non deletion vector) write are not supported in v3 only 
supported in v2 but pos deletes read are supported in both v2 and v3.
   
   essentially this part of the spec 
   
   _**Position delete files must not be added to v3 tables, but existing 
position delete files are valid.**_



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