liurenjie1024 commented on code in PR #134: URL: https://github.com/apache/iceberg-rust/pull/134#discussion_r1435989344
########## README.md: ########## @@ -21,6 +21,37 @@ Native Rust implementation of [Apache Iceberg](https://iceberg.apache.org/). +## RoadMap + +### Catalog + +| Catalog Type | Status | +|--------------|-------------| +| Rest | Done | +| Hive | In Progress | +| Sql | Not Started | +| Glue | Not Started | +| DynamoDB | Not Started | + +### FileIO + +| FileIO Type | Status | +|-------------|-------------| +| S3 | Done | +| Local File | Done | +| GCS | Not Started | Review Comment: LGTM. I think it's ok to say that we are powered by `Apache OpenDAL`, and it would be easy to expand to other storage services. -- 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