|
19 | 19 |
|
20 | 20 | # Native Rust implementation of Apache Arrow and Apache Parquet |
21 | 21 |
|
22 | | -Welcome to the [Rust][rust] implementation of [Apache Arrow], the popular in-memory columnar format. |
| 22 | +Welcome to the [Rust][rust] implementation of [Apache Arrow], the popular |
| 23 | +in-memory columnar format and [Apache Parquet], the popularcolumnar analytics |
| 24 | +format. To join the community, see the [Community](#community) section below. |
23 | 25 |
|
24 | 26 | This repository contains the following crates: |
25 | 27 |
|
@@ -49,7 +51,7 @@ Versioning]. |
49 | 51 |
|
50 | 52 | Due to available maintainer and testing bandwidth, [`arrow`] crates ([`arrow`], |
51 | 53 | [`arrow-flight`], etc.) are released on the same schedule with the same versions |
52 | | -as the [`parquet`] and [`parquet-derive`] crates. |
| 54 | +as the [`parquet`] and [`parquet_derive`] crates. |
53 | 55 |
|
54 | 56 | This crate releases every month. We release new major versions (with potentially |
55 | 57 | breaking API changes) at most once a quarter, and release incremental minor |
@@ -81,7 +83,7 @@ Planned Release Schedule |
81 | 83 |
|
82 | 84 | ### Rust Version Compatibility Policy |
83 | 85 |
|
84 | | -arrow-rs and parquet are built and tested with stable Rust, and will keep a rolling MSRV (minimum supported Rust version) that can only be updated in major releases on a need by basis (e.g. project dependencies bump their MSRV or a particular Rust feature is useful for us etc.). The new MSRV if selected will be at least 6 months old. The minor releases are guaranteed to have the same MSRV. |
| 86 | +arrow-rs and parquet are built and tested with stable Rust, and will keep a rolling MSRV (minimum supported Rust version) that can only be updated in major releases on an as needed basis (e.g. project dependencies bump their MSRV or a particular Rust feature is useful for us etc.). The new MSRV if selected will be at least 6 months old. The minor releases are guaranteed to have the same MSRV. |
85 | 87 |
|
86 | 88 | Note: If a Rust hotfix is released for the current MSRV, the MSRV will be updated to the specific minor version that includes all applicable hotfixes preceding other policies. |
87 | 89 |
|
@@ -152,7 +154,7 @@ including `join`s and window functions. |
152 | 154 |
|
153 | 155 | You can find more details about each crate in their respective READMEs. |
154 | 156 |
|
155 | | -## Arrow Rust Community |
| 157 | +## Community |
156 | 158 |
|
157 | 159 | The `dev@arrow.apache.org` mailing list serves as the core communication channel for the Arrow community. Instructions for signing up and links to the archives can be found on the [Arrow Community](https://arrow.apache.org/community/) page. All major announcements and communications happen there. |
158 | 160 |
|
|
0 commit comments