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 1e93995  docs: remove mentiones of dynamodb (#481)
1e93995 is described below

commit 1e9399588872727bbac7f687061f2dd29cd54d46
Author: Andrei Tserakhau <[email protected]>
AuthorDate: Wed Jul 9 20:04:07 2025 +0200

    docs: remove mentiones of dynamodb (#481)
    
    see: apache/iceberg#9783
    
    related: https://github.com/apache/iceberg-go/issues/477
---
 README.md                   | 46 ++++++++++++++++++++++-----------------------
 website/src/introduction.md | 46 ++++++++++++++++++++++-----------------------
 2 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/README.md b/README.md
index a699e4d..b934602 100644
--- a/README.md
+++ b/README.md
@@ -60,29 +60,29 @@ $ 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   |  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  |
-| Create View                 |  X   |      |          |      |  X  |
-| Load View                   |      |      |          |      |  X  |
-| List View                   |  X   |      |          |      |  X  |
-| Drop View                   |  X   |      |          |      |  X  |
-| Check View Exists           |  X   |      |          |      |  X  |
+| Operation                   | REST | Hive |  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    |  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   |
+| Create View                 |  X   |      |        |  X   |
+| Load View                   |      |      |        |  X   |
+| List View                   |  X   |      |        |  X   |
+| Drop View                   |  X   |      |        | X    |
+| Check View Exists           |  X   |      |        |  X   |
 
 ### Read/Write Data Support
 
diff --git a/website/src/introduction.md b/website/src/introduction.md
index 5fca032..34a6c41 100644
--- a/website/src/introduction.md
+++ b/website/src/introduction.md
@@ -52,29 +52,29 @@ Iceberg Go is a go-native implementation for accessing 
iceberg tables.
 
 ### 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   |  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  |
-| Create View                 |  X   |      |          |      |  X  |
-| Load View                   |      |      |          |      |  X  |
-| List View                   |  X   |      |          |      |  X  |
-| Drop View                   |  X   |      |          |      |  X  |
-| Check View Exists           |  X   |      |          |      |  X  |
+| Operation                   | REST | Hive |  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    |  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   |
+| Create View                 |  X   |      |        |  X   |
+| Load View                   |      |      |        |  X   |
+| List View                   |  X   |      |        |  X   |
+| Drop View                   |  X   |      |        | X    |
+| Check View Exists           |  X   |      |        |  X   |
 
 ### Read/Write Data Support
 

Reply via email to