Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Add notice on mainenance bandwidth to readme #1476

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
[![](https://img.shields.io/crates/dv/arrow2.svg)](https://crates.io/crates/arrow2)
[![](https://docs.rs/arrow2/badge.svg)](https://docs.rs/arrow2/)

## Maintenance Status

NOTE: as of May 2023, this crate is maintained by the
[pola.rs](https://github.com/pola-rs/polars/) team.
Given limited maintenance
capacity, it may take significant time for PRs to be reviewed, bugs
fixed, or releases made to crates.io.
Please see [arrow-rs](https://crates.io/crates/arrow) for a
crate with more maintenance bandwidth and
[#1429](https://github.com/jorgecarleitao/arrow2/issues/1429) for more
details or to discuss the future this crate.

A Rust crate to work with [Apache Arrow](https://arrow.apache.org/).
The most feature-complete implementation of the Arrow format after the C++
implementation.
Expand Down Expand Up @@ -50,7 +62,7 @@ for a detailed documentation of each of its APIs.
* Extensive set of cargo feature flags to reduce compilation time and binary size
* Fully-decoupled IO between CPU-bounded and IO-bounded tasks, allowing
this crate to both be used in `async` contexts without blocking and leverage parallelism
* Fastest known implementation of Avro and Parquet (e.g. faster than the official
* Fastest known implementation of Avro and Parquet (e.g. faster than the official
C++ implementations)

## Safety and Security
Expand Down