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


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

Review Comment:
   Partition statistics isn't v3-specific, so Go/C++ being Y in v3 but N in 
v1/v2 can't both be right (same for the Rust/C++ Expire/Manage flips on 
124–125). Could the respective maintainers confirm these columns before merge?



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