liurenjie1024 commented on code in PR #134: URL: https://github.com/apache/iceberg-rust/pull/134#discussion_r1435989666
########## 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 | +| HDFS | Not Started | + +### Table API + +* Table reader, including planning, reading into arrow record batch, etc. +* Table writer, including data writer, equality deletion writer, position deletion writer, etc. Review Comment: I think `GetManifest` maybe too detailed, by other things like planning should be included. -- 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