atcol commented on code in PR #1616: URL: https://github.com/apache/iceberg-rust/pull/1616#discussion_r2284539652
########## website/src/api.md: ########## @@ -24,8 +24,19 @@ * Create and list namespaces. * Create, load, and drop tables -Currently only rest catalog has been implemented, and other catalogs are under active development. Here is an -example of how to create a `RestCatalog`: +There is support for the following catalogs: + +| Catalog | Description | Implementation Status | +|---------|------------|------------------------| +| `RestCatalog` | the Iceberg REST catalog | ✅ | +| `Glue` | the AWS Glue Data Catalog | ✅ | +| `HMS` | Apache Iceberg HiveMetaStore catalog | ✅ | +| `S3Tables` | AWS S3 Tables | 🚧 | +| `SQL` | SQL-based catalog | 🚧 | Review Comment: Good point. I will add `MemoryCatalog` and maybe expand the status column to be more descriptive. -- 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