jorisvandenbossche opened a new issue, #43587: URL: https://github.com/apache/arrow/issues/43587
We deprecated and removed the `pyarrow.serialization` functionality (https://github.com/apache/arrow/issues/29705 / https://github.com/apache/arrow/pull/34926). But that PR only removed the cython bindings, but not the underlying C++ code in `python/pyarrow/src/arrow/python/(de)serialize.h/cc`. Those C++ APIs were exposed using `ARROW_PYTHON_EXPORT`, so should they also first be deprecated before we remove them? https://github.com/apache/arrow/blob/dea09ec9c0dd0d6f68b67101dc520ac737eac277/python/pyarrow/src/arrow/python/serialize.h https://github.com/apache/arrow/blob/dea09ec9c0dd0d6f68b67101dc520ac737eac277/python/pyarrow/src/arrow/python/deserialize.h -- 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