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

Add deprecation notice (#1429) #1464

Closed
wants to merge 2 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
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# 2023-04-12: Deprecation Notice
# 2023-04-12: Maintenance Notice

Maybe if we change the title so it didn't say "deprecated" this would sound less scary 🤔


This crate is feature complete and is no longer actively maintained. See [Apache Arrow Rust (arrow-rs)] for an actively maintained implementation of Apache Arrow. More details can be found on [#arrow1176] and [#1429]. If you are interested in helping to maintain this crate, please raise an issue or discussion in this repo.

This crate will likely have minimal maintenance and several more minor releases to help users transition
but there is no specific plan for the future.

Recent versions of arrow2 provide [interoperability] with [arrow-rs] to facilitate incremental migration. Please feel free to raise issues or contribute pull requests that arise from migration, 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

[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++)
Expand Down