xuhui-lu commented on code in PR #396:
URL: https://github.com/apache/iceberg-go/pull/396#discussion_r2045211100


##########
README.md:
##########
@@ -60,26 +60,28 @@ $ cd iceberg-go/cmd/iceberg && go build .
 
 ### Catalog Support
 
-| Operation                | REST | Hive | DynamoDB | Glue | SQL |
-|:-------------------------|:----:| :--: | :------: |:----:|:---:|
-| Load Table               |  X   |      |          |  X   |  X  |
-| List Tables              |  X   |      |          |  X   |  X  |
-| Create Table             |  X   |      |          |  X   |  X  |
-| Register Table           |  X   |      |          |  X   |     |
-| Update Current Snapshot  |  X   |      |          |      |  X  |
-| Create New Snapshot      |  X   |      |          |      |  X  |
-| Rename Table             |  X   |      |          |  X   |  X  |
-| Drop Table               |  X   |      |          |  X   |  X  |
-| Alter Table              |  X   |      |          |      |  X  |
-| Set Table Properties     |  X   |      |          |      |  X  |
-| Create Namespace         |  X   |      |          |  X   |  X  |
-| Check Namespace Exists   |  X   |      |          |  X   |  X  |
-| Drop Namespace           |  X   |      |          |  X   |  X  |
-| Set Namespace Properties |  X   |      |          |  X   |  X  |
-| Create View              |  X   |      |          |      |     |
-| List View                |  X   |      |          |      |     |
-| Drop View                |  X   |      |          |      |     |
-| Check View Exists        |  X   |      |          |      |     |
+| Operation                   | REST | Hive | DynamoDB | Glue | SQL |
+|:----------------------------|:----:| :--: | :------: |:----:|:---:|
+| Load Table                  |  X   |      |          |  X   |  X  |
+| List Tables                 |  X   |      |          |  X   |  X  |
+| Create Table                |  X   |      |          |  X   |  X  |
+| Register Table              |  X   |      |          |  X   |     |
+| Update Current Snapshot     |  X   |      |          |      |  X  |
+| Create New Snapshot         |  X   |      |          |      |  X  |
+| Rename Table                |  X   |      |          |  X   |  X  |
+| Drop Table                  |  X   |      |          |  X   |  X  |
+| Alter Table                 |  X   |      |          |      |  X  |
+| Check Table Exists          |  X   |      |          |  X   |  X  |
+| Set Table Properties        |  X   |      |          |      |  X  |
+| List Namespaces             |  X   |      |          |  X   |  X  |

Review Comment:
   This operation is missing in the previous document.



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