kou opened a new issue, #35177: URL: https://github.com/apache/arrow/issues/35177
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/actions/runs/4697870159/jobs/8329453509#step:6:12728 ```text /arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import serialize. Possible hints: * KeyError: 'serialize' * ModuleNotFoundError: No module named 'serialize' * ModuleNotFoundError: No module named 'pyarrow.serialize' * AttributeError: module 'pyarrow' has no attribute 'serialize' * ValueError: not enough values to unpack (expected 2, got 1) /arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import serialize_to. Possible hints: * AttributeError: module 'pyarrow' has no attribute 'serialize_to' * ModuleNotFoundError: No module named 'pyarrow.serialize_to' * KeyError: 'serialize_to' * ValueError: not enough values to unpack (expected 2, got 1) * ModuleNotFoundError: No module named 'serialize_to' /arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import deserialize. Possible hints: * ModuleNotFoundError: No module named 'pyarrow.deserialize' * ModuleNotFoundError: No module named 'deserialize' * AttributeError: module 'pyarrow' has no attribute 'deserialize' * KeyError: 'deserialize' * ValueError: not enough values to unpack (expected 2, got 1) /arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import deserialize_components. Possible hints: * KeyError: 'deserialize_components' * AttributeError: module 'pyarrow' has no attribute 'deserialize_components' * ValueError: not enough values to unpack (expected 2, got 1) * ModuleNotFoundError: No module named 'deserialize_components' * ModuleNotFoundError: No module named 'pyarrow.deserialize_components' /arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import deserialize_from. Possible hints: * ModuleNotFoundError: No module named 'deserialize_from' * KeyError: 'deserialize_from' * ModuleNotFoundError: No module named 'pyarrow.deserialize_from' * ValueError: not enough values to unpack (expected 2, got 1) * AttributeError: module 'pyarrow' has no attribute 'deserialize_from' /arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import read_serialized. Possible hints: * AttributeError: module 'pyarrow' has no attribute 'read_serialized' * ModuleNotFoundError: No module named 'pyarrow.read_serialized' * KeyError: 'read_serialized' * ModuleNotFoundError: No module named 'read_serialized' * ValueError: not enough values to unpack (expected 2, got 1) /arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import SerializedPyObject. Possible hints: * ModuleNotFoundError: No module named 'SerializedPyObject' * KeyError: 'SerializedPyObject' * ModuleNotFoundError: No module named 'pyarrow.SerializedPyObject' * ValueError: not enough values to unpack (expected 2, got 1) * AttributeError: module 'pyarrow' has no attribute 'SerializedPyObject' /arrow/docs/source/python/api/ipc.rst:60: WARNING: autosummary: failed to import SerializationContext. Possible hints: * ModuleNotFoundError: No module named 'pyarrow.SerializationContext' * KeyError: 'SerializationContext' * ModuleNotFoundError: No module named 'SerializationContext' * AttributeError: module 'pyarrow' has no attribute 'SerializationContext' * ValueError: not enough values to unpack (expected 2, got 1) ``` ### Component(s) Documentation, Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org