Skip to content

Commit

Permalink
Add deprecation notice (jorgecarleitao#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Apr 12, 2023
1 parent 33f6ba1 commit d59c6b8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@ 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 time for codebases to be
migrated, however, codebases are encouraged to migrate to using [arrow-rs] sooner rather than later.

Recent versions of arrow2 provide [interoperability] with [arrow-rs] to facilitate incremental migration. Feel free to
raise any issues that arise from such migration, functionality, performance 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

[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

0 comments on commit d59c6b8

Please sign in to comment.