This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c8eac18fd docs: Add link to the Arrow implementation status page 
(#8732)
1c8eac18fd is described below

commit 1c8eac18fd03c1c1b5deb7698e4e972aa0eb4028
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Oct 29 17:00:34 2025 -0400

    docs: Add link to the Arrow implementation status page (#8732)
    
    # Which issue does this PR close?
    
    
    # Rationale for this change
    
    Let's help users know what  features are supported by this crate
    
    # What changes are included in this PR?
    
    Add a link to the arrow implementation status
    
    # Are these changes tested?
    
    
    If tests are not included in your PR, please explain why (for example,
    are they covered by existing tests)?
    
    # Are there any user-facing changes?
    
    If there are user-facing changes then we may require documentation to be
    updated before approving the PR.
    
    If there are any breaking changes to public APIs, please call them out.
    
    ---------
    
    Co-authored-by: Matthijs Brobbel <[email protected]>
---
 arrow/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arrow/README.md b/arrow/README.md
index 64d9eb980e..7397db8c8a 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -29,6 +29,14 @@ There are several 
[examples](https://github.com/apache/arrow-rs/tree/main/arrow/
 
 The API documentation for most recent, unreleased code is available 
[here](https://arrow.apache.org/rust/arrow/index.html).
 
+## Arrow Implementation Status
+
+Please see the [Implementation Status Page] on the Apache Arrow website for 
which
+Arrow features are supported by this crate.
+
+[Implementation Status Page]: https://arrow.apache.org/docs/status.html
+
+
 ## Rust Version Compatibility
 
 This crate is tested with the latest stable version of Rust. We do not 
currently test against other, older versions.

Reply via email to