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

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


    from d8f3946051 ARROW-17969: [CI][C++] Don't use LLVM 14 or later on Ubuntu 
18.04 (#14356)
     add 21dbf4ac09 ARROW-17160: [C++] Create a base directory for PyArrow CPP 
header files (#14275)

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/src/CMakeLists.txt                  | 54 +++++++++++-----------
 python/pyarrow/src/arrow/python/CMakeLists.txt     | 18 ++++++++
 python/pyarrow/src/{ => arrow/python}/api.h        | 22 ++++-----
 .../src/{ => arrow/python}/arrow_to_pandas.cc      | 24 +++++-----
 .../src/{ => arrow/python}/arrow_to_pandas.h       |  4 +-
 .../{ => arrow/python}/arrow_to_python_internal.h  |  2 +-
 python/pyarrow/src/{ => arrow/python}/benchmark.cc |  4 +-
 python/pyarrow/src/{ => arrow/python}/benchmark.h  |  4 +-
 python/pyarrow/src/{ => arrow/python}/common.cc    |  4 +-
 python/pyarrow/src/{ => arrow/python}/common.h     |  4 +-
 python/pyarrow/src/{ => arrow/python}/csv.cc       |  2 +-
 python/pyarrow/src/{ => arrow/python}/csv.h        |  2 +-
 python/pyarrow/src/{ => arrow/python}/datetime.cc  |  8 ++--
 python/pyarrow/src/{ => arrow/python}/datetime.h   |  4 +-
 python/pyarrow/src/{ => arrow/python}/decimal.cc   |  6 +--
 python/pyarrow/src/{ => arrow/python}/decimal.h    |  2 +-
 .../pyarrow/src/{ => arrow/python}/deserialize.cc  | 16 +++----
 .../pyarrow/src/{ => arrow/python}/deserialize.h   |  4 +-
 .../src/{ => arrow/python}/extension_type.cc       |  6 +--
 .../src/{ => arrow/python}/extension_type.h        |  4 +-
 .../pyarrow/src/{ => arrow/python}/filesystem.cc   |  2 +-
 python/pyarrow/src/{ => arrow/python}/filesystem.h |  4 +-
 python/pyarrow/src/{ => arrow/python}/flight.cc    |  2 +-
 python/pyarrow/src/{ => arrow/python}/flight.h     |  2 +-
 python/pyarrow/src/{ => arrow/python}/gdb.cc       |  2 +-
 python/pyarrow/src/{ => arrow/python}/gdb.h        |  2 +-
 python/pyarrow/src/{ => arrow/python}/helpers.cc   |  8 ++--
 python/pyarrow/src/{ => arrow/python}/helpers.h    |  6 +--
 python/pyarrow/src/{ => arrow/python}/inference.cc | 14 +++---
 python/pyarrow/src/{ => arrow/python}/inference.h  |  4 +-
 python/pyarrow/src/{ => arrow/python}/init.cc      |  4 +-
 python/pyarrow/src/{ => arrow/python}/init.h       |  4 +-
 python/pyarrow/src/{ => arrow/python}/io.cc        |  4 +-
 python/pyarrow/src/{ => arrow/python}/io.h         |  4 +-
 python/pyarrow/src/{ => arrow/python}/ipc.cc       |  2 +-
 python/pyarrow/src/{ => arrow/python}/ipc.h        |  4 +-
 python/pyarrow/src/{ => arrow/python}/iterators.h  |  4 +-
 .../src/{ => arrow/python}/numpy_convert.cc        | 10 ++--
 .../pyarrow/src/{ => arrow/python}/numpy_convert.h |  4 +-
 .../src/{ => arrow/python}/numpy_internal.h        |  4 +-
 .../pyarrow/src/{ => arrow/python}/numpy_interop.h |  2 +-
 .../src/{ => arrow/python}/numpy_to_arrow.cc       | 20 ++++----
 .../src/{ => arrow/python}/numpy_to_arrow.h        |  4 +-
 .../src/{ => arrow/python}/parquet_encryption.cc   |  2 +-
 .../src/{ => arrow/python}/parquet_encryption.h    |  4 +-
 python/pyarrow/src/{ => arrow/python}/pch.h        |  2 +-
 python/pyarrow/src/{ => arrow/python}/platform.h   |  0
 python/pyarrow/src/{ => arrow/python}/pyarrow.cc   |  8 ++--
 python/pyarrow/src/{ => arrow/python}/pyarrow.h    |  4 +-
 .../pyarrow/src/{ => arrow/python}/pyarrow_api.h   |  0
 .../pyarrow/src/{ => arrow/python}/pyarrow_lib.h   |  0
 .../pyarrow/src/{ => arrow/python}/python_test.cc  | 14 +++---
 .../pyarrow/src/{ => arrow/python}/python_test.h   |  2 +-
 .../src/{ => arrow/python}/python_to_arrow.cc      | 18 ++++----
 .../src/{ => arrow/python}/python_to_arrow.h       |  6 +--
 python/pyarrow/src/{ => arrow/python}/serialize.cc | 18 ++++----
 python/pyarrow/src/{ => arrow/python}/serialize.h  |  2 +-
 .../pyarrow/src/{ => arrow/python}/type_traits.h   |  4 +-
 python/pyarrow/src/{ => arrow/python}/udf.cc       |  4 +-
 python/pyarrow/src/{ => arrow/python}/udf.h        |  8 ++--
 python/pyarrow/src/{ => arrow/python}/visibility.h |  0
 61 files changed, 212 insertions(+), 194 deletions(-)
 create mode 100644 python/pyarrow/src/arrow/python/CMakeLists.txt
 rename python/pyarrow/src/{ => arrow/python}/api.h (66%)
 rename python/pyarrow/src/{ => arrow/python}/arrow_to_pandas.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/arrow_to_pandas.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/arrow_to_python_internal.h (97%)
 rename python/pyarrow/src/{ => arrow/python}/benchmark.cc (94%)
 rename python/pyarrow/src/{ => arrow/python}/benchmark.h (93%)
 rename python/pyarrow/src/{ => arrow/python}/common.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/common.h (99%)
 rename python/pyarrow/src/{ => arrow/python}/csv.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/csv.h (97%)
 rename python/pyarrow/src/{ => arrow/python}/datetime.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/datetime.h (99%)
 rename python/pyarrow/src/{ => arrow/python}/decimal.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/decimal.h (99%)
 rename python/pyarrow/src/{ => arrow/python}/deserialize.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/deserialize.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/extension_type.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/extension_type.h (97%)
 rename python/pyarrow/src/{ => arrow/python}/filesystem.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/filesystem.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/flight.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/flight.h (99%)
 rename python/pyarrow/src/{ => arrow/python}/gdb.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/gdb.h (96%)
 rename python/pyarrow/src/{ => arrow/python}/helpers.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/helpers.h (97%)
 rename python/pyarrow/src/{ => arrow/python}/inference.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/inference.h (96%)
 rename python/pyarrow/src/{ => arrow/python}/init.cc (93%)
 rename python/pyarrow/src/{ => arrow/python}/init.h (92%)
 rename python/pyarrow/src/{ => arrow/python}/io.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/io.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/ipc.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/ipc.h (95%)
 rename python/pyarrow/src/{ => arrow/python}/iterators.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/numpy_convert.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/numpy_convert.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/numpy_internal.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/numpy_interop.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/numpy_to_arrow.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/numpy_to_arrow.h (97%)
 rename python/pyarrow/src/{ => arrow/python}/parquet_encryption.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/parquet_encryption.h (98%)
 rename python/pyarrow/src/{ => arrow/python}/pch.h (96%)
 rename python/pyarrow/src/{ => arrow/python}/platform.h (100%)
 rename python/pyarrow/src/{ => arrow/python}/pyarrow.cc (95%)
 rename python/pyarrow/src/{ => arrow/python}/pyarrow.h (97%)
 rename python/pyarrow/src/{ => arrow/python}/pyarrow_api.h (100%)
 rename python/pyarrow/src/{ => arrow/python}/pyarrow_lib.h (100%)
 rename python/pyarrow/src/{ => arrow/python}/python_test.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/python_test.h (96%)
 rename python/pyarrow/src/{ => arrow/python}/python_to_arrow.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/python_to_arrow.h (95%)
 rename python/pyarrow/src/{ => arrow/python}/serialize.cc (99%)
 rename python/pyarrow/src/{ => arrow/python}/serialize.h (99%)
 rename python/pyarrow/src/{ => arrow/python}/type_traits.h (99%)
 rename python/pyarrow/src/{ => arrow/python}/udf.cc (98%)
 rename python/pyarrow/src/{ => arrow/python}/udf.h (93%)
 rename python/pyarrow/src/{ => arrow/python}/visibility.h (100%)

Reply via email to