This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git
The following commit(s) were added to refs/heads/main by this push:
new fc8a1dbf (docs) Updated hive operations in README (#740)
fc8a1dbf is described below
commit fc8a1dbf37997179af9079aa4c62a36470c61686
Author: Kanthi <[email protected]>
AuthorDate: Wed Feb 18 11:31:54 2026 -0600
(docs) Updated hive operations in README (#740)
Updated hive operations in README
follow up to https://github.com/apache/iceberg-go/pull/678
---
README.md | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
index 0d3f2dea..1980eece 100644
--- a/README.md
+++ b/README.md
@@ -61,23 +61,23 @@ $ cd iceberg-go/cmd/iceberg && go build .
### Catalog Support
| Operation | REST | Hive | Glue | SQL |
-|:----------------------------|:----:| :--: |:------:|:----:|
-| Load Table | X | | X | X |
-| List Tables | X | | X | X |
-| Create Table | X | | X | X |
+|:----------------------------|:----:|:----:|:------:|:----:|
+| Load Table | X | X | X | X |
+| List Tables | X | X | X | X |
+| Create Table | X | X | X | X |
| Register Table | X | | X | |
-| Update Current Snapshot | X | | X | X |
-| Create New Snapshot | X | | X | X |
-| Rename Table | X | | X | X |
-| Drop Table | X | | X | X |
-| Alter Table | X | | X | X |
-| Check Table Exists | X | | X | X |
-| Set Table Properties | X | | X | X |
-| List Namespaces | X | | X | X |
-| Create Namespace | X | | X | X |
-| Check Namespace Exists | X | | X | X |
-| Drop Namespace | X | | X | X |
-| Update Namespace Properties | X | | X | X |
+| Update Current Snapshot | X | X | X | X |
+| Create New Snapshot | X | X | X | X |
+| Rename Table | X | X | X | X |
+| Drop Table | X | X | X | X |
+| Alter Table | X | X | X | X |
+| Check Table Exists | X | X | X | X |
+| Set Table Properties | X | X | X | X |
+| List Namespaces | X | X | X | X |
+| Create Namespace | X | X | X | X |
+| Check Namespace Exists | X | X | X | X |
+| Drop Namespace | X | X | X | X |
+| Update Namespace Properties | X | X | X | X |
| Create View | X | | | X |
| Load View | | | | X |
| List View | X | | | X |