ZENOTME commented on code in PR #134:
URL: https://github.com/apache/iceberg-rust/pull/134#discussion_r1435471104


##########
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:
   How about separating the Table API as the following so that we can list the 
feature status of each subpart. 🤔
   
   ### Table API
   
   #### Metadata 
   | Operation | Status      |
   |-------------|-------------|
   | GetManifest | Not support |
   | GetManifestList | Not support |
   
   #### Reader
   ...
   
   #### Writer
   | Writer | Status      |
   |-------------|-------------|
   | Data File Writer | Not Support |



-- 
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

Reply via email to