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

Commit

Permalink
Add notice about arrow2 being unmaintained to README (#1606)
Browse files Browse the repository at this point in the history
Add notice about being  unmaintained
  • Loading branch information
alamb committed Jan 29, 2024
1 parent 3ddc6a1 commit 65c0ac4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# THIS CRATE IS UNMAINTAINED
As of 2024-01-17 this crate is no longer maintained. See discussion [#1429]
for more details.

[#1429]: https://github.com/jorgecarleitao/arrow2/issues/1429

# Arrow2: Transmute-free Arrow

[![test](https://github.com/jorgecarleitao/arrow2/actions/workflows/test.yml/badge.svg)](https://github.com/jorgecarleitao/arrow2/actions/workflows/Build.yml)
Expand Down Expand Up @@ -50,7 +56,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

0 comments on commit 65c0ac4

Please sign in to comment.