You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2022/10/03 16:45:08 UTC

[arrow] branch master updated (441af348bb -> 5fd54bc6c3)

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

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


    from 441af348bb ARROW-17888: [Docs] Add reference of the cookbook contrib page to New Contributor's Guide (#14283)
     add 5fd54bc6c3 ARROW-17016: [C++][Python] Move Arrow Python C++ tests into Cython (#14117)

No new revisions were added by this update.

Summary of changes:
 python/CMakeLists.txt                              |   3 +-
 .../libplasma.pxd => _pyarrow_cpp_tests.pxd}       |  16 +-
 .../{_compute.pxd => _pyarrow_cpp_tests.pyx}       |  69 +--
 python/pyarrow/src/CMakeLists.txt                  | 175 +------
 python/pyarrow/src/python_test.cc                  | 510 ++++++++++++++++-----
 python/pyarrow/src/{benchmark.h => python_test.h}  |  18 +-
 python/pyarrow/src/util/CMakeLists.txt             |  32 --
 python/pyarrow/src/util/test_main.cc               |  41 --
 .../pyarrow/tests/test_cpp_internals.py            |  20 +-
 python/setup.py                                    |   1 +
 10 files changed, 464 insertions(+), 421 deletions(-)
 copy python/pyarrow/{includes/libplasma.pxd => _pyarrow_cpp_tests.pxd} (71%)
 copy python/pyarrow/{_compute.pxd => _pyarrow_cpp_tests.pyx} (51%)
 copy python/pyarrow/src/{benchmark.h => python_test.h} (79%)
 delete mode 100644 python/pyarrow/src/util/CMakeLists.txt
 delete mode 100644 python/pyarrow/src/util/test_main.cc
 copy dev/archery/archery/integration/scenario.py => python/pyarrow/tests/test_cpp_internals.py (66%)