Skip to content

Commit

Permalink
GH-35177: [Docs][Python] Suppress "WARNING: autosummary: failed to im…
Browse files Browse the repository at this point in the history
…port serialize" (#35182)

* Closes: #35177

Authored-by: Alenka Frim <frim.alenka@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
AlenkaF authored Apr 17, 2023
1 parent a09201b commit cbba539
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/source/python/api/ipc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,3 @@ Inter-Process Communication
ipc.RecordBatchFileWriter
ipc.RecordBatchStreamReader
ipc.RecordBatchStreamWriter

Serialization
-------------

.. warning::

The serialization functionality is deprecated in pyarrow 2.0, and will
be removed in a future version. Use the standard library ``pickle`` or
the IPC functionality of pyarrow (see :ref:`ipc`).


.. autosummary::
:toctree: ../generated/

serialize
serialize_to
deserialize
deserialize_components
deserialize_from
read_serialized
SerializedPyObject
SerializationContext

0 comments on commit cbba539

Please sign in to comment.