rdblue commented on code in PR #6323:
URL: https://github.com/apache/iceberg/pull/6323#discussion_r1199808926


##########
python/mkdocs/docs/feature-support.md:
##########
@@ -42,6 +42,22 @@ The goal is that the python library will provide a 
functional, performant subset
 | Drop Namespace           |  X   |   X    |
 | Set Namespace Properties |  X   |   X    |
 
+## Catalog capabilities
+
+The following table projects the capabilities of each of the available Catalog 
implementations:
+
+|                        | Rest | Hive | Glue | DynamoDB |
+| ---------------------- | ---- | ---- | ---- | -------- |
+| CRUD Namespaces        | ✓    | ✓    | ✓    | ✓        |
+| CRUD Tables            | ✓    | ✓    | ✓    | ✓        |
+| Update format version  | ✓    | ✕    | ✕    | ✕        |
+| Alter table properties | ✓    | ✕    | ✕    | ✕        |
+| Alter schema           | ✓    | ✕    | ✕    | ✕        |
+| Alter partition spec   | ✓    | ✕    | ✕    | ✕        |
+| Alter sort order       | ✓    | ✕    | ✕    | ✕        |

Review Comment:
   I think we should start with table properties and move on to the other 
updates after that.



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