Fokko commented on code in PR #12958: URL: https://github.com/apache/iceberg/pull/12958#discussion_r2075502494
########## 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 would rather leave out the duplication. See also https://github.com/apache/iceberg/pull/12959. Duplicating everything makes it more prone to discrepancies. For example, I don't think we should not add `Append data` to V2. Thoughts? -- 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