This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from f2ad6a9 ARROW-9956: [C++] [Gandiva] Implementation of binary_string
function in gandiva
add 599b458 ARROW-9518: [Python] Deprecate pyarrow serialization
No new revisions were added by this update.
Summary of changes:
docs/source/python/api/ipc.rst | 7 +++
docs/source/python/ipc.rst | 22 +++++++---
python/pyarrow/__init__.py | 31 +++++++++++--
python/pyarrow/_plasma.pyx | 18 ++++++--
python/pyarrow/serialization.pxi | 40 ++++++++++++++---
python/pyarrow/serialization.py | 20 ++++++++-
python/pyarrow/tests/test_pandas.py | 9 ++--
python/pyarrow/tests/test_serialization.py | 8 +++-
...esystem.py => test_serialization_deprecated.py} | 51 +++++++++-------------
9 files changed, 150 insertions(+), 56 deletions(-)
copy python/pyarrow/tests/{test_filesystem.py =>
test_serialization_deprecated.py} (56%)