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

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


    from 13cb3db  ARROW-9084: [C++] CMake is unable to find zstd target when 
ZSTD_SOURCE=SYSTEM
     add 124db17  ARROW-9030: [Python] Remove pyarrow/compat.py, move some 
oft-used utility functions to pyarrow.lib

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/__init__.pxd                  |   1 -
 python/pyarrow/__init__.py                   |   3 -
 python/pyarrow/_compute.pyx                  |   2 +-
 python/pyarrow/_csv.pyx                      |   4 +-
 python/pyarrow/_cuda.pyx                     |   2 +-
 python/pyarrow/_dataset.pyx                  |   2 +-
 python/pyarrow/_flight.pyx                   |   3 +-
 python/pyarrow/_fs.pxd                       |   3 +-
 python/pyarrow/_fs.pyx                       |   3 +-
 python/pyarrow/_hdfs.pyx                     |   2 +-
 python/pyarrow/_parquet.pyx                  |  10 +-
 python/pyarrow/_plasma.pyx                   |  20 ++--
 python/pyarrow/_s3fs.pyx                     |   2 +-
 python/pyarrow/builder.pxi                   |   2 -
 python/pyarrow/compat.pxi                    |  65 +++++++++++++
 python/pyarrow/compat.py                     | 132 ---------------------------
 python/pyarrow/error.pxi                     |   1 -
 python/pyarrow/gandiva.pyx                   |   2 +-
 python/pyarrow/io.pxi                        |   2 -
 python/pyarrow/lib.pyx                       |   7 +-
 python/pyarrow/pandas_compat.py              |   5 +-
 python/pyarrow/parquet.py                    |   3 +-
 python/pyarrow/serialization.pxi             |   2 -
 python/pyarrow/serialization.py              |  50 +++++++++-
 python/pyarrow/tests/test_array.py           |   4 +-
 python/pyarrow/tests/test_convert_builtin.py |   1 -
 python/pyarrow/tests/test_flight.py          |   2 +-
 python/pyarrow/tests/test_hdfs.py            |   2 +-
 python/pyarrow/tests/test_io.py              |   2 +-
 python/pyarrow/tests/test_parquet.py         |   2 +-
 python/pyarrow/tests/test_scalars.py         |   2 +-
 python/pyarrow/tests/test_table.py           |   4 +-
 python/pyarrow/types.pxi                     |   7 +-
 python/pyarrow/util.py                       |   5 +
 34 files changed, 163 insertions(+), 196 deletions(-)
 create mode 100644 python/pyarrow/compat.pxi
 delete mode 100644 python/pyarrow/compat.py

Reply via email to