From 6a5f1e97e5737a128700806352dd9030c112fbd5 Mon Sep 17 00:00:00 2001 From: Pavan Kalyan Chiluka Date: Thu, 2 Jan 2025 21:43:05 +0530 Subject: [PATCH 1/2] docs: Updated Readme file to reflect Implemented operations (#242) * added code to fix release_rc.sh * updated Readme file * fork chore --------- Co-authored-by: Pavan Kalyan --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 58dc718..ccf62cb 100644 --- a/README.md +++ b/README.md @@ -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 From 73379f4aa00006a2b7ca286d0d12bd9175c1088a Mon Sep 17 00:00:00 2001 From: Xin Hao Date: Fri, 3 Jan 2025 03:42:59 +0800 Subject: [PATCH 2/2] docs: fix prerequisites (#241) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccf62cb..1c40aa3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ### Prerequisites -* Go 1.21 or later +* Go 1.23 or later ### Build @@ -83,4 +83,4 @@ $ cd iceberg-go/cmd/iceberg && go build . # Get in Touch -- [Iceberg community](https://iceberg.apache.org/community/) \ No newline at end of file +- [Iceberg community](https://iceberg.apache.org/community/)