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 6a1cdbc ARROW-9004: [C++][Gandiva] Support building with LLVM 10
add 120c21f ARROW-5082: [Python] Substantially reduce Python wheel
package and install size
No new revisions were added by this update.
Summary of changes:
cpp/cmake_modules/FindLLVMAlt.cmake | 8 +-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 27 ++++--
dev/tasks/python-wheels/manylinux-test.sh | 2 +-
dev/tasks/python-wheels/osx-build.sh | 8 +-
dev/tasks/python-wheels/win-build.bat | 12 ++-
docs/source/python/extending.rst | 17 ++++
python/CMakeLists.txt | 14 +--
python/manylinux1/build_arrow.sh | 7 +-
python/manylinux201x/build_arrow.sh | 7 +-
python/pyarrow/__init__.py | 43 ++++++++++
python/setup.py | 127 +++++++++++++++-------------
11 files changed, 184 insertions(+), 88 deletions(-)