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 2021/12/29 12:42:48 UTC

[arrow] branch master updated (c00767c -> 0f4d662)

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 c00767c  ARROW-15166: [C++] Enable filter for decimal256
     add 0f4d662  ARROW-12706: [Python] Drop Python 3.6 support

No new revisions were added by this update.

Summary of changes:
 .github/workflows/python.yml                       | 20 +++++-----
 ci/docker/conda-python.dockerfile                  |  2 +-
 ci/docker/python-wheel-windows-vs2017.dockerfile   |  9 ++---
 ci/scripts/install_python.sh                       |  7 ++--
 dev/archery/archery/compat.py                      | 12 ++----
 dev/archery/setup.py                               |  5 ++-
 dev/release/verify-release-candidate-wheels.bat    |  3 --
 dev/release/verify-release-candidate.sh            |  4 +-
 dev/tasks/conda-recipes/azure.win.yml              |  2 +-
 dev/tasks/python-wheels/github.windows.yml         |  5 ---
 dev/tasks/tasks.yml                                | 44 ++++++++++------------
 docker-compose.yml                                 |  6 +--
 docs/source/developers/archery.rst                 |  2 +-
 docs/source/developers/cpp/windows.rst             |  2 +-
 docs/source/developers/crossbow.rst                |  2 +-
 docs/source/python/install.rst                     |  2 +-
 python/pyarrow/__init__.py                         | 37 ++++++++----------
 python/pyarrow/compat.pxi                          | 10 +----
 python/pyarrow/tests/test_dataset.py               |  6 +--
 python/pyarrow/tests/test_filesystem.py            |  5 ---
 python/pyarrow/tests/test_flight.py                |  3 +-
 python/pyarrow/tests/test_fs.py                    |  5 ---
 .../pyarrow/tests/test_serialization_deprecated.py |  4 --
 python/pyarrow/tests/test_table.py                 | 10 +----
 python/pyarrow/util.py                             | 13 ++-----
 python/requirements-test.txt                       |  2 +-
 python/setup.py                                    |  3 +-
 27 files changed, 82 insertions(+), 143 deletions(-)