This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new b710a488 doc: Add implementation status to `README` (#1152)
b710a488 is described below
commit b710a488da4d706fe4db2392963147953ac8b0c9
Author: Jonathan Chen <[email protected]>
AuthorDate: Tue Apr 1 23:32:35 2025 -0400
doc: Add implementation status to `README` (#1152)
## What changes are included in this PR?
In the discussion
[here](https://github.com/apache/iceberg-rust/discussions/1140), I felt
it was necessary to let users know what was available in the rust
implementation of Iceberg.
This is under the assumption that this page is accurately updated after
every version release.
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 47fb405c..ae5c7cb0 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,10 @@ The Apache Iceberg Rust project is composed of the following
components:
[iceberg-catalog-rest release docs]: https://docs.rs/iceberg-catalog-rest
[iceberg-catalog-rest dev docs]:
https://rust.iceberg.apache.org/api/iceberg_catalog_rest/
+## Iceberg Rust Implementation Status
+
+The features that Iceberg Rust currently supports can be found
[here](https://iceberg.apache.org/status/).
+
## Supported Rust Version
Iceberg Rust is built and tested with stable rust, and will keep a rolling
MSRV(minimum supported rust version).