Skip to content

Commit

Permalink
docs: Updated Readme file to reflect Implemented operations (#242)
Browse files Browse the repository at this point in the history
* added code to fix release_rc.sh

* updated Readme file

* fork chore

---------

Co-authored-by: Pavan Kalyan <[email protected]>
  • Loading branch information
chil-pavn and Pavan Kalyan authored Jan 2, 2025
1 parent dfaa949 commit 6a5f1e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@ $ cd iceberg-go/cmd/iceberg && go build .

| Operation | REST | Hive | DynamoDB | Glue |
| :----------------------- | :--: | :--: | :------: | :--: |
| Load Table | | | | X |
| List Tables | | | | X |
| Create Table | | | | |
| Load Table | X | | | X |
| List Tables | X | | | X |
| Create Table | | | | X |
| Update Current Snapshot | | | | |
| Create New Snapshot | | | | |
| Rename Table | | | | |
| Drop Table | | | | |
| Rename Table | | | | X |
| Drop Table | | | | X |
| Alter Table | | | | |
| Set Table Properties | | | | |
| Create Namespace | | | | |
| Drop Namespace | | | | |
| Set Namespace Properties | | | | |
| Create Namespace | X | | | X |
| Drop Namespace | X | | | X |
| Set Namespace Properties | X | | | X |

### Read/Write Data Support

Expand Down

0 comments on commit 6a5f1e9

Please sign in to comment.