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/14 18:44:08 UTC

[arrow] branch master updated (902b541 -> c3efcf6)

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 902b541  ARROW-14718: [Java] loadValidityBuffer should avoid allocating memory when input is not null and there are only null or non-null values
     add c3efcf6  ARROW-15100: [CI] Stop using Python 3.6 by default

No new revisions were added by this update.

Summary of changes:
 .env                                             |  2 +-
 .github/workflows/archery.yml                    |  2 +-
 .github/workflows/dev.yml                        |  2 +-
 ci/docker/conda-python-dask.dockerfile           |  4 ++--
 ci/docker/conda-python-hdfs.dockerfile           |  2 +-
 ci/docker/conda-python-jpype.dockerfile          |  2 +-
 ci/docker/conda-python-kartothek.dockerfile      |  2 +-
 ci/docker/conda-python-pandas.dockerfile         |  2 +-
 ci/docker/conda-python-spark.dockerfile          |  2 +-
 ci/docker/conda-python-turbodbc.dockerfile       |  2 +-
 ci/docker/conda-python.dockerfile                |  2 +-
 ci/docker/python-wheel-manylinux-201x.dockerfile |  2 +-
 ci/docker/python-wheel-windows-vs2017.dockerfile |  2 +-
 dev/archery/archery/docker/tests/test_docker.py  | 24 ++++++++++++------------
 dev/release/verify-release-candidate.bat         |  2 +-
 dev/tasks/docker-tests/azure.linux.yml           |  2 +-
 dev/tasks/docker-tests/circle.linux.yml          |  2 +-
 17 files changed, 29 insertions(+), 29 deletions(-)