Skip to content

Commit

Permalink
ARROW-17860: [C++] Deprecate Plasma
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Oct 4, 2022
1 parent 4660180 commit 02a0ff1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/plasma/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
#include "arrow/gpu/cuda_api.h"
#endif

#warning "Plasma is deprecated since Arrow 10.0.0. It will be removed in 12.0.0 or so."

namespace plasma {

enum class ObjectLocation : int32_t { Local, Remote, NotFound };
Expand Down
3 changes: 3 additions & 0 deletions docs/source/cpp/build_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ This is the list of available ones and the respective targets created:
CMake is case-sensitive. The names and variables listed above have to be
spelt exactly that way!

.. warning::
Plasma is deprecated as of Arrow 10.0.0, and will be removed in 12.0.0 or so.

.. seealso::
A Docker-based :doc:`minimal build example <examples/cmake_minimal_build>`.

Expand Down
3 changes: 3 additions & 0 deletions docs/source/developers/cpp/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ build times if they are not required for your application:

* ``-DARROW_IPC=ON``: build the IPC extensions

.. warning::
Plasma is deprecated as of Arrow 10.0.0, and will be removed in 12.0.0 or so.

Optional Targets
~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 02a0ff1

Please sign in to comment.