You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ho...@apache.org on 2021/08/28 16:22:28 UTC

[arrow-rs] branch master updated: Add a note on rust compiler testing and compatibility (#726)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6ee9bc0  Add a note on rust compiler testing and compatibility (#726)
6ee9bc0 is described below

commit 6ee9bc039e76fe038f19e025e66dd513c1a89496
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Sat Aug 28 12:22:24 2021 -0400

    Add a note on rust compiler testing and compatibility (#726)
    
    * Add a note on rust compiler testing and compatibility
    
    * prettier
---
 arrow/README.md   | 4 ++++
 parquet/README.md | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/arrow/README.md b/arrow/README.md
index 298a5cf..ff8e32f 100644
--- a/arrow/README.md
+++ b/arrow/README.md
@@ -23,6 +23,10 @@
 
 This crate contains the official Native Rust implementation of [Apache Arrow](https://arrow.apache.org/) in memory format. Please see the API documents for additional details.
 
+## Rust Version Compatbility
+
+This crate is tested with the latest stable version of Rust. We do not currrently test against other, older versions of the Rust compiler.
+
 ## Versioning / Releases
 
 Unlike many other crates in the Rust ecosystem which spend extended time in "pre 1.0.0" state, releasing versions 0.x, the arrow-rs crate follows the versioning scheme of the overall [Apache Arrow](https://arrow.apache.org/) project in an effort to signal which language implementations have been integration tested with each other.
diff --git a/parquet/README.md b/parquet/README.md
index 0600e12..c071fb8 100644
--- a/parquet/README.md
+++ b/parquet/README.md
@@ -42,6 +42,10 @@ while let Some(record) = iter.next() {
 
 See [crate documentation](https://docs.rs/crate/parquet) on available API.
 
+## Rust Version Compatbility
+
+This crate is tested with the latest stable version of Rust. We do not currrently test against other, older versions of the Rust compiler.
+
 ## Upgrading from versions prior to 4.0
 
 If you are upgrading from version 3.0 or previous of this crate, you