This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch maint-0.11.x
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 98db705 [maven-release-plugin] prepare release apache-arrow-0.11.0
new afa658c ARROW-3514: [C++] Work around insufficient output size
estimate on old zlibs
new 47203ac ARROW-3534: [Python] Update zlib library in manylinux1 image
[skip appveyor]
new 46702e8 ARROW-3353: [Packaging] Build python 3.7 wheels
new b994b3f ARROW-3546: [Python] Provide testing setup to verify wheel
binaries work in one or more common Linux distributions
new 0563245 ARROW-3565: [Python] Pin tensorflow to 1.11.0 in manylinux1
container
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
cpp/src/arrow/util/compression_zlib.cc | 10 ++--
.../python-wheels/linux-test.sh} | 23 ++++----
dev/tasks/python-wheels/travis.linux.yml | 10 +++-
dev/tasks/tasks.yml | 64 +++++++++++++++++++---
.../__init__.py => manylinux1/.dockerignore} | 2 +
python/manylinux1/Dockerfile-x86_64_base | 5 +-
python/manylinux1/build_arrow.sh | 10 ++--
.../scripts/{build_bison.sh => build_zlib.sh} | 10 ++--
python/pyarrow/tests/test_parquet.py | 13 +++++
9 files changed, 112 insertions(+), 35 deletions(-)
copy dev/{release/update-changelog.sh => tasks/python-wheels/linux-test.sh}
(68%)
copy python/{benchmarks/__init__.py => manylinux1/.dockerignore} (99%)
copy python/manylinux1/scripts/{build_bison.sh => build_zlib.sh} (83%)