You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2023/04/06 18:16:10 UTC

[arrow] branch main updated (fde31ed1cb -> 42b3c75cfc)

This is an automated email from the ASF dual-hosted git repository.

jorisvandenbossche pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from fde31ed1cb GH-34361: [C++] Fix the handling of logical nulls for types without bitmaps like Unions and Run-End Encoded (#34408)
     add 42b3c75cfc GH-29705: [Python] Remove deprecated pyarrow.serialization functionality (#34926)

No new revisions were added by this update.

Summary of changes:
 docs/source/python/ipc.rst                         |  172 ---
 python/benchmarks/convert_pandas.py                |   20 -
 python/pyarrow/__init__.py                         |   23 -
 python/pyarrow/lib.pyx                             |    3 -
 python/pyarrow/serialization.pxi                   |  556 ---------
 python/pyarrow/serialization.py                    |  504 --------
 python/pyarrow/tests/deserialize_buffer.py         |   26 -
 python/pyarrow/tests/test_ipc.py                   |   25 +-
 python/pyarrow/tests/test_pandas.py                |   35 -
 python/pyarrow/tests/test_serialization.py         | 1233 --------------------
 .../pyarrow/tests/test_serialization_deprecated.py |   52 -
 11 files changed, 1 insertion(+), 2648 deletions(-)
 delete mode 100644 python/pyarrow/serialization.pxi
 delete mode 100644 python/pyarrow/serialization.py
 delete mode 100644 python/pyarrow/tests/deserialize_buffer.py
 delete mode 100644 python/pyarrow/tests/test_serialization.py
 delete mode 100644 python/pyarrow/tests/test_serialization_deprecated.py