From 39dc820fed1029dd771d48f62bac42bdd3ec4a97 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Wed, 12 Apr 2023 07:06:18 +0100 Subject: [PATCH] Add deprecation notice (#1429) --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0c4e428b57b..117caaf06c7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,26 @@ for a general introduction on how to use this crate, and [API docs](https://jorgecarleitao.github.io/arrow2/main/docs/arrow2) for a detailed documentation of each of its APIs. +## 2023-04-12: Deprecation Notice + +Development has been merged with [Apache Arrow Rust (arrow-rs)], see [#arrow1176] and [#1429]. + +The arrow2 codebase will continue to be maintained, at least in the short-term, to allow people time to migrate, +however, codebases are encouraged to migrate to using arrow-rs. + +Recent versions of arrow2 provide [interoperability] with arrow-rs to facilitate this. Feel free to raise any issues, +functionality or otherwise, in the [Apache Arrow Issue Tracker] + +[interoperability]: https://github.com/jorgecarleitao/arrow2/pull/1446 + +[Apache Arrow Rust (arrow-rs)]: https://github.com/apache/arrow-rs + +[#arrow1176]: https://github.com/apache/arrow-rs/issues/1176 + +[Apache Arrow Issue Tracker]: https://github.com/apache/arrow-rs/issues + +[#1429]: https://github.com/jorgecarleitao/arrow2/issues/1429 + ## Features * Most feature-complete implementation of Apache Arrow after the reference implementation (C++)