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


##########
site/docs/status.md:
##########
@@ -110,6 +110,20 @@ This section lists the libraries that implement the Apache 
Iceberg specification
 | Expire snapshots            | Y    | N         | N    | Y  | N   |
 | Manage snapshots            | Y    | N         | N    | Y  | N   |
 
+### Table Spec V3
+
+| Operation                   | Java | PyIceberg | Rust | Go | C++ |
+|-----------------------------|------|-----------|------|----|-----|
+| Update schema               | Y    | Y         | Y    | Y  | Y   |
+| Update partition spec       | Y    | Y         | N    | Y  | Y   |
+| Update table properties     | Y    | Y         | Y    | Y  | Y   |
+| Replace sort order          | Y    | Y         | Y    | Y  | Y   |
+| Update table location       | Y    | Y         | Y    | Y  | Y   |
+| Update statistics           | Y    | Y         | Y    | Y  | Y   |
+| Update partition statistics | Y    | N         | N    | Y  | Y   |
+| Expire snapshots            | Y    | Y         | Y    | Y  | Y   |

Review Comment:
   PyIceberg is Y for Replace sort order (120), Expire snapshots (124) and 
Manage snapshots (125), but N for all three in V1/V2 above. These aren't 
version-gated, so the V1/V2 rows look stale; mind refreshing them here?



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